long press quit without dialog

This commit is contained in:
Fabian Freund
2026-04-29 21:20:30 +02:00
parent b177d27c61
commit 46bdbdbee7
@@ -2043,6 +2043,10 @@ class _ProfileCard extends HookConsumerWidget {
await exitApp(ref.container);
}
},
onLongPress: () async {
Navigator.pop(context);
await exitApp(ref.container);
},
),
],
);