summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-08-26 17:44:24 -0700
committerAndrew Lee <anwlee@google.com>2015-08-27 17:13:29 -0700
commit3f6442749cd9e483e26d03537bd6098d83001629 (patch)
tree46efb24d0873fe998c46082c71865458eef7d5d7 /res
parentba0f101d90cbcc60a37fa8ef5e1d4e0f205b558a (diff)
Only show loading text when downloading VM.
In other cases (eg. buffering), just load without showing the text, since it will likely appear only for a very short time, and give the appearance of flickering. Bug: 22333980 Change-Id: Ic2bbba7a2127654aaf12546b177c465c9311ddc1
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c1eec8eb3..1ce6ab65c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -111,9 +111,6 @@
<!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] -->
<string name="voicemail_playback_error">Couldn\'t play voicemail</string>
- <!-- Message to display before we have prepared the media player, i.e. before we know duration. [CHAR LIMIT=40] -->
- <string name="voicemail_buffering">Buffering\u2026</string>
-
<!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] -->
<string name="voicemail_fetching_content">Loading voicemail\u2026</string>