Alexander Karkossa
08/02/2021, 8:55 PMNick
08/02/2021, 9:06 PMAlexander Karkossa
08/02/2021, 9:27 PMColton Idle
08/02/2021, 11:35 PMFrancesc
08/02/2021, 11:36 PMval navBackStackEntry by navController.currentBackStackEntryAsState()
to get the current backstack entry and then, based on this, decide whether to show the FAB or notIan Lake
08/03/2021, 1:41 AMIan Lake
08/03/2021, 1:43 AMIan Lake
08/03/2021, 1:46 AMIan Lake
08/03/2021, 1:58 AMIan Lake
08/03/2021, 2:01 AMlastOrNull { entry -> entry.lifecycle.isAtLeast(Lifecycle.State.RESUMED) }
to find the only resumed destination to send the click event to (only the current destination is resumed)JulianK
08/03/2021, 6:03 AMJulianK
08/03/2021, 6:06 AMIan Lake
08/03/2021, 1:17 PMJulianK
08/03/2021, 2:51 PMJulianK
08/09/2021, 2:14 PMmattinger
01/08/2023, 3:04 AMmattinger
01/08/2023, 3:06 AM