chinwag-android/app/src/main/java/com/keylesspalace/tusky/components/notifications
Nik Clayton 9ec9d35100
Return the actual error body as a string (#3440)
The previous code returned the text representation of the error body type, which resulted in errors appearing in the UI as:

```
okhttp3.ResponseBody$Companion$asResponseBody$1@...
```

This code actually converts the *body* of the error response to a string, so the error is displayed correctly.
2023-03-13 09:58:15 +01:00
..
FollowViewHolder.kt Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00
NotificationFetcher.kt Cleanup dagger setup (#2300) 2022-01-23 20:24:55 +01:00
NotificationHelper.java Respect "Always expand posts marked with content warnings" pref in notifications (#3154) 2023-01-12 19:40:01 +01:00
NotificationsFragment.kt Support the mastodon 4 filter api (#3188) 2023-03-11 13:12:50 +01: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 Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00
NotificationsPagingSource.kt Return the actual error body as a string (#3440) 2023-03-13 09:58:15 +01:00
NotificationsRepository.kt Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00
NotificationsViewModel.kt Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00
NotificationWorker.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
PushNotificationHelper.kt Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00
StatusNotificationViewHolder.kt Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00
StatusViewHolder.kt Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00