From 85b166cbdac05a296ebadb3a5ddbfc54348592ae Mon Sep 17 00:00:00 2001 From: Aunali321 Date: Tue, 11 Jul 2023 01:21:45 +0530 Subject: [PATCH] fix: update hardcoded patch name --- lib/ui/views/installer/installer_viewmodel.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/views/installer/installer_viewmodel.dart b/lib/ui/views/installer/installer_viewmodel.dart index 63631df0..a1e95e30 100644 --- a/lib/ui/views/installer/installer_viewmodel.dart +++ b/lib/ui/views/installer/installer_viewmodel.dart @@ -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 =