How can I prevent my back stack from ballooning li...
# android
t
How can I prevent my back stack from ballooning like this? I’m only navigating from launch screen to home screen. So the back stack should not have a home screen. It should only have the launch screen
not kotlin but kotlin colored 2
f
you should use
launchSingleTop = true