mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-20 01:33:58 +00:00
fix: fix redundant buttons on dialog
Signed-off-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user