aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-08-20 01:53:06 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-08-20 01:53:06 +0000
commit6e33dcad75e2619b33f241806ef6d86bbc8e3db0 (patch)
treefc4901d1123064d821a7d69c6a7d01c685102ab9 /app/src/main/res
parent01f5dd7886e25fd05b966944771bf3b86f54c8bd (diff)
downloadinfinity-for-reddit-6e33dcad75e2619b33f241806ef6d86bbc8e3db0.tar
infinity-for-reddit-6e33dcad75e2619b33f241806ef6d86bbc8e3db0.tar.gz
infinity-for-reddit-6e33dcad75e2619b33f241806ef6d86bbc8e3db0.tar.bz2
infinity-for-reddit-6e33dcad75e2619b33f241806ef6d86bbc8e3db0.tar.lz
infinity-for-reddit-6e33dcad75e2619b33f241806ef6d86bbc8e3db0.tar.xz
infinity-for-reddit-6e33dcad75e2619b33f241806ef6d86bbc8e3db0.tar.zst
infinity-for-reddit-6e33dcad75e2619b33f241806ef6d86bbc8e3db0.zip
Potentially fixed a bug that notification for all the users are the same. Show a toast message after the account is switched when clicking the notificaiton for other accounts.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 2d02c866..77b3dcd2 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -234,4 +234,6 @@
<string name="label_account">Account</string>
<string name="label_post">Post</string>
+
+ <string name="account_switched">Account Switched. So all other pages are gone.</string>
</resources>