1
0
mirror of https://github.com/accelforce/Yuito synced 2025-01-26 13:54:51 +01:00

#2528: Also clear notifications on refresh in notifications timeline (#3498)

This commit is contained in:
UlrichKu 2023-03-30 19:38:44 +02:00 committed by GitHub
parent 8958c50de7
commit eee1414aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,6 +444,7 @@ class NotificationsFragment :
override fun onRefresh() {
binding.progressBar.isVisible = false
adapter.refresh()
NotificationHelper.clearNotificationsForActiveAccount(requireContext(), accountManager)
}
override fun onPause() {