Hi All, Do we need to handle the onbackpress() while using Navigation for JetPack Compose. It looks like by default it is maintaining the stack. But when i click on the back button the previous composable comes up blank.
Deepak Gahlot
03/24/2021, 6:33 AM
attached is the screen recording. It starts with the default Destination and then we go though the each items sub list. On the backPress the sub list screen goes blank. But the defaultDestination still has the data(This confuses me)