voyager
voyager copied to clipboard
ScreenLifecycleOwner leak
Using a very simple setup:
class FooScreen: Screen {
@Composable
override fun Content() {
// nothing to show
}
}
// in the UI
Navigator(
screen = FooScreen(),
)
Launch the app, rotate the screen and LeakCanary instantly reports the leak. voyager-leakcanary.txt
Thanks for sharing! This is happening on AndroidScreenLifecycleOwner.
I will have a look into