Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components/timeline
Nik Clayton 153a9ad9c2
Simplify repeated code that shows errors (#3762)
Instead of repeating the same if/else check on the error type when setting up the background message, move this in to BackgroundMessageView.

Provide different `setup()` variants, including one that just takes a throwable and a handler, and figures out the correct drawables and error message.

Update and simplify call sites.
2023-06-19 23:49:20 +02:00
..
util Don't hide potential timeline bugs by catching all exceptions (#2372) 2022-03-08 21:39:59 +01:00
viewmodel Move cache pruning to a WorkManager worker (#3649) 2023-06-11 13:17:30 +02:00
TimelineFragment.kt Simplify repeated code that shows errors (#3762) 2023-06-19 23:49:20 +02:00
TimelinePagingAdapter.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
TimelineTypeMappers.kt Show the follower's bio/note in a "followed you" notification (#3281) 2023-04-24 12:09:34 +02:00