mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: update hardcoded patch name
This commit is contained in:
parent
9a57f8b858
commit
85b166cbda
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class InstallerViewModel extends BaseViewModel {
|
|||
try {
|
||||
_app.isRooted = installAsRoot;
|
||||
final bool hasMicroG =
|
||||
_patches.any((p) => p.name.endsWith('microg-support'));
|
||||
_patches.any((p) => p.name.endsWith('MicroG support'));
|
||||
final bool rootMicroG = installAsRoot && hasMicroG;
|
||||
final bool rootFromStorage = installAsRoot && _app.isFromStorage;
|
||||
final bool ytWithoutRootMicroG =
|
||||
|
|
Loading…
Reference in a new issue