mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
revert: "feat: improve predictive back (#1487)"
This reverts commit 06ff36c836
.
Signed-off-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
parent
637641cf54
commit
7f26c5bd45
4 changed files with 27 additions and 38 deletions
|
@ -582,8 +582,8 @@ class ManagerAPI {
|
|||
return showDialog(
|
||||
barrierDismissible: false,
|
||||
context: context,
|
||||
builder: (context) => PopScope(
|
||||
canPop: false,
|
||||
builder: (context) => WillPopScope(
|
||||
onWillPop: () async => false,
|
||||
child: AlertDialog(
|
||||
backgroundColor: Theme.of(context).colorScheme.secondaryContainer,
|
||||
title: I18nText('warning'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue