mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-01 13:20:16 +02:00
Various bugfixes + prep for multiple apk support
This commit is contained in:
@@ -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
|
||||
|
@@ -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),
|
||||
|
Reference in New Issue
Block a user