Skip to content

Commit

Permalink
fix: update hardcoded patch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunali321 committed Jul 10, 2023
1 parent 9a57f8b commit 85b166c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/views/installer/installer_viewmodel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 85b166c

Please sign in to comment.