Bogdan Cordier
12/29/2022, 8:36 AMArkadii Ivanov
12/29/2022, 10:15 AMbackStack.isNotEmpty
to show/hide the back button.Bogdan Cordier
12/29/2022, 10:43 AM̏childstack.backstack?.firstOrNull()?.instance
but i suppose the instance is not restored, only the configuration that allows to create a new instance is. So i should look at the configuration instead of the instance to know exactly which child is in the backstack. Thanks for the pointer, it allowed me to spot my issue !Arkadii Ivanov
12/29/2022, 10:46 AM