Skip to content
Snippets Groups Projects
Commit 1ea9b1f8 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 8b49e3e1
No related branches found
No related tags found
1 merge request!1505BB/TB 43416: Rebased onto 135.0a1
......@@ -156,6 +156,7 @@ class DefaultBrowserToolbarMenuController(
}
is ToolbarMenu.Item.Quit -> {
deleteAndQuit(activity, activity.lifecycleScope)
activity.shutDown()
}
is ToolbarMenu.Item.CustomizeReaderView -> {
readerModeController.showControls()
......
......@@ -207,6 +207,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 register or to comment