Skip to content

Commit

Permalink
fix: Use a proper app name when MicroG is applied
Browse files Browse the repository at this point in the history
  • Loading branch information
ponces committed Sep 20, 2022
1 parent 4631982 commit 03b87a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/views/installer/installer_viewmodel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ class InstallerViewModel extends BaseViewModel {
_app.patchDate = DateTime.now();
_app.appliedPatches = _patches.map((p) => p.name).toList();
if (hasMicroG) {
_app.name += ' ReVanced';
_app.packageName = _app.packageName.replaceFirst(
'com.google.',
'app.revanced.',
Expand Down

0 comments on commit 03b87a5

Please sign in to comment.