Fix crash when loading notifications that have filter results (#4494)
This commit is contained in:
parent
6a37cd20b5
commit
c77a755ea0
|
@ -127,6 +127,7 @@ class NotificationsViewModel @Inject constructor(
|
|||
}
|
||||
}
|
||||
}
|
||||
filterModel.kind = Filter.Kind.NOTIFICATIONS
|
||||
}
|
||||
|
||||
fun updateNotificationFilters(newFilters: Set<Notification.Type>) {
|
||||
|
|
Loading…
Reference in New Issue