diff --git a/apps/weblibre/lib/features/geckoview/features/browser/presentation/widgets/browser_menu_sheet.dart b/apps/weblibre/lib/features/geckoview/features/browser/presentation/widgets/browser_menu_sheet.dart index 20453245..605f3d20 100644 --- a/apps/weblibre/lib/features/geckoview/features/browser/presentation/widgets/browser_menu_sheet.dart +++ b/apps/weblibre/lib/features/geckoview/features/browser/presentation/widgets/browser_menu_sheet.dart @@ -2043,6 +2043,10 @@ class _ProfileCard extends HookConsumerWidget { await exitApp(ref.container); } }, + onLongPress: () async { + Navigator.pop(context); + await exitApp(ref.container); + }, ), ], );