Skip to content

Commit

Permalink
don't clear current view when any uikit view disappears
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaHaddara committed Dec 3, 2024
1 parent d16b101 commit c24b3dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/Honeycomb/UIKit/UIViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
.startSpan()
setAttributes(span: span, className: className, animated: animated)
span.end()

HoneycombNavigationProcessor.shared.setCurrentNavigationPath(nil)
}

traceViewDidDisappear(animated)
Expand Down

0 comments on commit c24b3dc

Please sign in to comment.