Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components/notifications
Nik Clayton 791092ef13
Fix extra clicks on media tab (#3930)
If:

1. You're viewing an account's media tab
2. Some of the media was marked sensitivei
3. The `alwaysShowSensitiveMedia` setting was `true`

tapping on the image (once) would do nothing visible, because it was
treated as the "reveal sensitive media" tap. You had to tap on it a
second time to open it.

Fix this, by passing the preference value through to the relevant code.

---------

Co-authored-by: Tiga! <maxiinne@proton.me>
2023-08-07 19:30:56 +02:00
..
FollowViewHolder.kt Make links in bios of follow request and follow notifications work (#3646) 2023-05-13 15:32:56 +02:00
NotificationFetcher.kt Show notifications from workers (#3760) 2023-06-29 18:37:27 +02:00
NotificationHelper.java Kotlin 1.9.0 (#3835) 2023-08-02 09:04:24 +02:00
NotificationsFragment.kt Fix extra clicks on media tab (#3930) 2023-08-07 19:30:56 +02:00
NotificationsLoadStateAdapter.kt Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00
NotificationsLoadStateViewHolder.kt Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00
NotificationsPagingAdapter.kt Kotlin 1.9.0 (#3835) 2023-08-02 09:04:24 +02:00
NotificationsPagingSource.kt Notification tab cleanups (#3692) 2023-06-11 16:23:52 +02:00
NotificationsRepository.kt Set initialLoadSize = pageSize (#3598) 2023-04-29 19:34:29 +02:00
NotificationsViewModel.kt Kotlin 1.9.0 (#3835) 2023-08-02 09:04:24 +02:00
PushNotificationHelper.kt Only fetch and display a given notification once (#3626) 2023-05-13 16:00:28 +02:00
StatusNotificationViewHolder.kt 3492: Correctly shorten name in drawer and notifications (#3495) 2023-04-08 16:55:32 +02:00
StatusViewHolder.kt Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00