Skip to content

Commit

Permalink
fix: display patches version on first load (ReVanced#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mipirakas authored and validcube committed Feb 27, 2023
1 parent b9e7d25 commit 19490a8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ class PatchesSelectorViewModel extends BaseViewModel {
}

Future<void> initialize() async {
getPatchesVersion();
getPatchesVersion().whenComplete(() => notifyListeners());
patches.addAll(
_patcherAPI.getFilteredPatches(
locator<PatcherViewModel>().selectedApp!.originalPackageName,
Expand Down

0 comments on commit 19490a8

Please sign in to comment.