mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-16 20:07:06 +02:00
fix: update hardcoded patch name
This commit is contained in:
parent
9a57f8b858
commit
85b166cbda
@ -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…
x
Reference in New Issue
Block a user