Skip to content
Snippets Groups Projects
Commit e504063a authored by clairehurst's avatar clairehurst Committed by Pier Angelo Vendrame
Browse files

fixup! [android] Implement Android-native Connection Assist UI

Bug 43565: The quit button on Android doesn't actually exit
parent ac77ba86
Branches
Tags
1 merge request!1503TB 43415, part 3: Shuffle commits
......@@ -155,6 +155,7 @@ class DefaultBrowserToolbarMenuController(
}
is ToolbarMenu.Item.Quit -> {
deleteAndQuit(activity, activity.lifecycleScope)
activity.shutDown()
}
is ToolbarMenu.Item.CustomizeReaderView -> {
readerModeController.showControls()
......
......
......@@ -206,6 +206,7 @@ class HomeMenuView(
activity = homeActivity,
coroutineScope = homeActivity.lifecycleScope,
)
homeActivity.shutDown()
}
HomeMenu.Item.ReconnectSync -> {
navController.nav(
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment