Fix crash when loading notifications that have filter results (#4494)

This commit is contained in:
Levi Bard 2024-06-05 20:20:34 +02:00 committed by GitHub
commit c77a755ea0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,6 +127,7 @@ class NotificationsViewModel @Inject constructor(
}
}
}
filterModel.kind = Filter.Kind.NOTIFICATIONS
}
fun updateNotificationFilters(newFilters: Set<Notification.Type>) {