chinwag-android/app/src/main/java/com/keylesspalace/tusky/components/accountlist
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
..
adapter Make links in bios of follow request and follow notifications work (#3646) 2023-05-13 15:32:56 +02:00
AccountListActivity.kt Make links in bios of follow request and follow notifications work (#3646) 2023-05-13 15:32:56 +02:00
AccountListFragment.kt Simplify repeated code that shows errors (#3762) 2023-06-19 23:49:20 +02:00