✨ Optimized UI of call actions
This commit is contained in:
@ -101,8 +101,9 @@ class NotifyProvider extends ChangeNotifier {
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
void clearNonRealtime() {
|
||||
void clearRealtime() {
|
||||
notifications = notifications.where((x) => !x.isRealtime).toList();
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
void allRead() {
|
||||
|
Reference in New Issue
Block a user