[Chore] Update flutter to 3.24

This commit is contained in:
PartyDonut 2024-09-24 21:59:52 +02:00
parent f59a08fa6f
commit 1b5d751855
11 changed files with 23 additions and 23 deletions

View file

@ -99,7 +99,7 @@ class _LockScreenState extends ConsumerState<LockScreen> with WidgetsBindingObse
final user = ref.watch(userProvider);
return PopScope(
canPop: false,
onPopInvoked: (didPop) {
onPopInvokedWithResult: (didPop, result) {
if (!poppingLockScreen) {
SystemNavigator.pop();
}