mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
refactor: apply changes from analyser
This commit is contained in:
parent
c7b227529d
commit
7c2c695d88
@ -118,7 +118,8 @@ class HomeViewModel extends BaseViewModel {
|
|||||||
currentVersion = 'v$currentVersion';
|
currentVersion = 'v$currentVersion';
|
||||||
}
|
}
|
||||||
|
|
||||||
_latestManagerVersion = await _managerAPI.getLatestManagerVersion() ?? currentVersion;
|
_latestManagerVersion =
|
||||||
|
await _managerAPI.getLatestManagerVersion() ?? currentVersion;
|
||||||
|
|
||||||
if (_latestManagerVersion != currentVersion) {
|
if (_latestManagerVersion != currentVersion) {
|
||||||
return true;
|
return true;
|
||||||
@ -272,7 +273,8 @@ class HomeViewModel extends BaseViewModel {
|
|||||||
label: I18nText('updateButton'),
|
label: I18nText('updateButton'),
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
await AppInstaller.installApk(
|
await AppInstaller.installApk(
|
||||||
downloadedApk!.path,);
|
downloadedApk!.path,
|
||||||
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user