fix: Don't crash when installing the last patched APK (#2131)

This commit is contained in:
Benjamin
2024-08-11 08:51:02 -07:00
committed by GitHub
parent 0499d2b08a
commit cb722f2634
2 changed files with 52 additions and 49 deletions

View File

@ -27,6 +27,7 @@ class AppInfoViewModel extends BaseViewModel {
BuildContext context,
PatchedApplication app,
) async {
locator<PatcherViewModel>().selectedApp = app;
locator<InstallerViewModel>().installTypeDialog(context);
}