diff options
author | Allan Wang <me@allanwang.ca> | 2019-07-03 12:51:21 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-07-03 12:51:21 -0700 |
commit | a0c835779335d37d0524ec4bf93bfe2198cce9b6 (patch) | |
tree | b002c7d9a648776c43073354ee90255b9630f5e8 /app/src/main/res | |
parent | 6685ed8d7194a495820b2a06378f738cd6612ad3 (diff) | |
download | frost-a0c835779335d37d0524ec4bf93bfe2198cce9b6.tar.gz frost-a0c835779335d37d0524ec4bf93bfe2198cce9b6.tar.bz2 frost-a0c835779335d37d0524ec4bf93bfe2198cce9b6.zip |
Cancel image loading if activity is not found
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings_errors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_errors.xml b/app/src/main/res/values/strings_errors.xml index 0cec420c..72a30563 100644 --- a/app/src/main/res/values/strings_errors.xml +++ b/app/src/main/res/values/strings_errors.xml @@ -11,4 +11,5 @@ <string name="error_notification">An error occurred when fetching notifications</string> <string name="error_sdk">Your device\'s SDK (%d) is incompatible. Frost only supports Lollipop (SDK 21) and above</string> <string name="error_webview">Your device does not seem to have a webview. Please add or enable one.</string> + <string name="image_not_found">Image not found.</string> </resources>
\ No newline at end of file |