No longer blocking App ID changes in updates

This commit is contained in:
Imran Remtulla
2023-02-12 14:16:19 -05:00
parent 55d4d1f978
commit 32c40ae7b3
11 changed files with 5 additions and 16 deletions

View File

@@ -347,6 +347,8 @@ class _AppPageState extends State<AppPage> {
if (res.isNotEmpty && mounted) {
Navigator.of(context).pop();
}
}).catchError((e) {
showError(e, context);
});
}).catchError((e) {
showError(e, context);