chinwag-android/app/src
Konrad Pozniak f0a9c8be53
fix notification filters behaving weirdly (#4437)
This does four things

- set `enablePlaceholders = false` on `PagingConfig`s to avoid Paging
Data that contains null placeholders, we don't want them (everywhere,
not just in notifications)
- make sure NotificationsPagingAdapter does not crash when it encounters
a null placeholder
- makes sure the notifications refresh correctly when the filters change
- the filters are now also respected when loading a gap

closes #4433
2024-05-22 20:10:32 +02:00
..
androidTest/java/com/keylesspalace/tusky Fix various lint warnings (#4409) 2024-05-05 08:34:41 +02:00
blue/res new app icon (#2695) 2022-09-13 19:48:09 +02:00
green/res Enforce lint cleanliness when building (#3363) 2023-03-13 10:23:42 +01:00
main fix notification filters behaving weirdly (#4437) 2024-05-22 20:10:32 +02:00
test/java Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00