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
parent 6a37cd20b5
commit c77a755ea0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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