Skip to content
Snippets Groups Projects
Commit c3d75c31 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 9a57f9f8
No related branches found
No related tags found
1 merge request!1502TB 43415 (part 2): Cherry-picks from 128.9.0esr
......@@ -156,6 +156,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 register or to comment