Fix Notifications manager needs to clear pages on clear

codemagic-setup
Hank Grabowski 2023-03-10 22:17:03 -05:00
rodzic fbc45b1acb
commit 0bb00bde1c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -41,6 +41,7 @@ class NotificationsManager extends ChangeNotifier {
void clear() {
_notifications.clear();
_pm.clear();
}
FutureResult<List<UserNotification>, ExecError> updateNotifications() async {