mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: display patches version on first load (#687)
This commit is contained in:
parent
1cb556c8f8
commit
7d3ca3dec1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class PatchesSelectorViewModel extends BaseViewModel {
|
|||
}
|
||||
|
||||
Future<void> initialize() async {
|
||||
getPatchesVersion();
|
||||
getPatchesVersion().whenComplete(() => notifyListeners());
|
||||
patches.addAll(
|
||||
_patcherAPI.getFilteredPatches(
|
||||
locator<PatcherViewModel>().selectedApp!.originalPackageName,
|
||||
|
|
Loading…
Reference in a new issue