Screenshots

This commit is contained in:
Philipp Heckel 2021-11-18 14:59:54 -05:00
parent f18d636076
commit 5e722653aa
5 changed files with 1 additions and 0 deletions

View file

@ -260,6 +260,7 @@ class DetailActivity : AppCompatActivity(), ActionMode.Callback {
mainListContainer.isRefreshing = false
}
} catch (e: Exception) {
Log.e(TAG, "Error fetching notifications for ${topicShortUrl(subscriptionBaseUrl, subscriptionTopic)}: ${e.stackTrace}", e)
runOnUiThread {
Toast
.makeText(this@DetailActivity, getString(R.string.refresh_message_error, e.message), Toast.LENGTH_LONG)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 227 KiB

After

Width:  |  Height:  |  Size: 276 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 KiB

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 KiB

After

Width:  |  Height:  |  Size: 628 KiB