fix app delete bug

This commit is contained in:
DASHU
2024-10-10 09:00:45 +08:00
parent 3facd2842c
commit 44ed45bdd8
3 changed files with 4 additions and 3 deletions

View File

@@ -83,6 +83,8 @@ class _AppsRouter extends CustState<AppsRouter> {
try {
appProvider.deleteApp(app);
} catch (e) {
print("delete app error");
print(e);
} finally {
cancelFunc.call();
}