mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-18 02:04:18 +01:00
fix app delete bug
This commit is contained in:
@@ -83,6 +83,8 @@ class _AppsRouter extends CustState<AppsRouter> {
|
||||
try {
|
||||
appProvider.deleteApp(app);
|
||||
} catch (e) {
|
||||
print("delete app error");
|
||||
print(e);
|
||||
} finally {
|
||||
cancelFunc.call();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user