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

@@ -48,7 +48,7 @@ class _AppPageState extends State<AppPage> {
? () {
appsProvider
.downloadAndInstallLatestApp(
app!.app.id);
app!.app.id, context);
}
: null,
child: Text(app?.app.installedVersion == null