mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-12 05:06:52 +01:00
chore: Add check in missing from merge
This commit is contained in:
parent
f424a4851c
commit
492954ec6c
@ -61,7 +61,8 @@ public class GmsCoreSupport {
|
||||
.setTitle(str("gms_core_dialog_title"))
|
||||
.setMessage(str(dialogMessageRef))
|
||||
.setPositiveButton(str(positiveButtonStringRef), onPositiveClickListener)
|
||||
.setCancelable(false)
|
||||
// Allow using back button to skip the action, just in case the check can never be satisfied.
|
||||
.setCancelable(true)
|
||||
.show();
|
||||
}, 100);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user