Skip to content
Snippets Groups Projects
Commit e2849e2d authored by clairehurst's avatar clairehurst Committed by Beatriz Rizental
Browse files

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

Bug 43565: The quit button on Android doesn't actually exit
parent 88717551
Branches
Tags
1 merge request!1507Rebase Tor Browser onto 136.0a1
......@@ -159,6 +159,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 to comment