mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-30 05:54:26 +02:00
fix: Use a proper app name when MicroG is applied
This commit is contained in:
parent
4631982d42
commit
03b87a50ea
@ -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…
x
Reference in New Issue
Block a user