Various bugfixes + prep for multiple apk support

This commit is contained in:
Imran Remtulla
2022-08-26 21:36:52 -04:00
parent ecb1e7d367
commit a6f290eb59
5 changed files with 66 additions and 42 deletions

View File

@@ -26,7 +26,7 @@ class _AppsPageState extends State<AppsPage> {
? null
: () {
for (var e in existingUpdateAppIds) {
appsProvider.downloadAndInstallLatestApp(e);
appsProvider.downloadAndInstallLatestApp(e, context);
}
},
icon: const Icon(Icons.update),