Random Fixes

This commit is contained in:
2025-04-06 18:46:53 +01:00
parent 7ffb272079
commit 0dacb1736a
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -87,8 +87,6 @@ class MessagingProviders extends ChangeNotifier {
}
} on Exception catch (e) {
SnackBarService.instance.showSnackBarError(e.toString());
} finally {
notifyListeners();
}
}