1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-02-04 01:38:03 +01:00

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

View File

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