mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-07 00:54:24 +02:00
fix: fix redundant buttons on dialog
Signed-off-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
parent
cf1afddb9e
commit
079c0defaf
@ -335,7 +335,8 @@ class PatcherAPI {
|
|||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
},
|
},
|
||||||
child: I18nText('cancelButton'),
|
child: I18nText('cancelButton'),
|
||||||
),
|
)
|
||||||
|
else
|
||||||
TextButton(
|
TextButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user