From c24b3dced842bc474a9c68c7ae5b206b568e9cd0 Mon Sep 17 00:00:00 2001 From: Mustafa Haddara Date: Tue, 3 Dec 2024 15:57:00 -0500 Subject: [PATCH] don't clear current view when any uikit view disappears --- Sources/Honeycomb/UIKit/UIViewController.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Sources/Honeycomb/UIKit/UIViewController.swift b/Sources/Honeycomb/UIKit/UIViewController.swift index a8959b1..3fa42d5 100644 --- a/Sources/Honeycomb/UIKit/UIViewController.swift +++ b/Sources/Honeycomb/UIKit/UIViewController.swift @@ -39,8 +39,6 @@ .startSpan() setAttributes(span: span, className: className, animated: animated) span.end() - - HoneycombNavigationProcessor.shared.setCurrentNavigationPath(nil) } traceViewDidDisappear(animated)