Optimized UI of call actions

This commit is contained in:
2024-04-28 23:05:59 +08:00
parent 1e4fda7daa
commit e665b44507
6 changed files with 244 additions and 176 deletions

View File

@ -101,8 +101,9 @@ class NotifyProvider extends ChangeNotifier {
notifyListeners();
}
void clearNonRealtime() {
void clearRealtime() {
notifications = notifications.where((x) => !x.isRealtime).toList();
notifyListeners();
}
void allRead() {