mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: Use a proper app name when MicroG is applied
This commit is contained in:
parent
4631982d42
commit
03b87a50ea
1 changed files with 1 additions and 0 deletions
|
@ -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.',
|
||||
|
|
Loading…
Reference in a new issue