revert: WillPopScope migration

This reverts commit ef9b1d5c2d.

Why is this so hard to implement??? Are we missing something??
This commit is contained in:
Pun Butrach 2024-02-15 08:00:52 +00:00 committed by GitHub
parent 31a32eb11d
commit 3b0fed55e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 9 deletions

View file

@ -619,8 +619,8 @@ class ManagerAPI {
return showDialog(
barrierDismissible: false,
context: context,
builder: (context) => PopScope(
canPop: false,
builder: (context) => WillPopScope(
onWillPop: () async => false,
child: AlertDialog(
title: Text(t.warning),
content: ValueListenableBuilder(