Tiny UI/UX tweaks

This commit is contained in:
Imran Remtulla
2022-08-27 04:01:25 -04:00
parent 7f1fd3c6c0
commit 4253203dca
3 changed files with 8 additions and 4 deletions

View File

@@ -49,7 +49,10 @@ class _AppPageState extends State<AppPage> {
? () {
appsProvider
.downloadAndInstallLatestApp(
[app!.app.id], context);
[app!.app.id],
context).then((_) {
Navigator.of(context).pop();
});
}
: null,
child: Text(app?.app.installedVersion == null