Hasan Nagizade
03/09/2023, 6:19 PMPablichjenkov
03/09/2023, 6:43 PMStylianos Gakis
03/09/2023, 6:51 PMHasan Nagizade
03/09/2023, 6:57 PMStylianos Gakis
03/09/2023, 7:31 PMPablichjenkov
03/09/2023, 10:08 PMis there a way then to ignore certain page? for >example don't trigger onStart if I'm coming from >composable B.I am not aware of a specific way to ignore it. You can do things like having a flag onstartcallsCounter and increase it every time is called. Then something like if(counter == 1) {initialize} else {ignore}
Hasan Nagizade
03/10/2023, 6:10 AMStylianos Gakis
03/10/2023, 7:00 AMHasan Nagizade
03/10/2023, 7:04 AM