Join Slack
Communities
Powered by
How can I prevent my back stack from ballooning li...
# android
t
Tariq Ebadi
09/05/2023, 10:08 PM
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
Francesc
09/05/2023, 10:09 PM
you should use
launchSingleTop = true
5
Views
Open in Slack
Previous
Next