[1.219.*] Pre-release merge (#689)
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ fun LobstersPostsScreen(
|
||||
navController.previousBackStackEntry != null && currentDestination.none(navDestinations)
|
||||
) {
|
||||
IconButton(
|
||||
onClick = { if (!navController.popBackStack()) context.getActivity()?.finish() }
|
||||
onClick = { if (!navController.navigateUp()) context.getActivity()?.finish() }
|
||||
) {
|
||||
Icon(
|
||||
imageVector = Icons.AutoMirrored.Filled.ArrowBack,
|
||||
|
||||
Reference in New Issue
Block a user