summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruabdullah <uabdullah@google.com>2018-03-21 14:42:52 -0700
committerWeijia Xu <weijiaxu@google.com>2018-03-22 11:50:21 -0700
commit5ce3454474166275abfd96e54b1b12d4d54532e5 (patch)
tree0d5faa44b08975fd6952c06694d8cd3b6c81b283
parent682daf24a5733d66c384e8aa854de01fa5b3844e (diff)
Show VM activating in settings
When a user enters the voicemail settings page and the voicemail is still being activated, we need to show the "Activating...." string to tell the user that something is still happening. This is important since unless the activation has happened, other settings are not visible e.g transcription and donation Bug: 76107888 Test: N/A PiperOrigin-RevId: 189970472 Change-Id: Ib9eeee64cd67c2adc4830a743516851ffa637fbf
-rw-r--r--java/com/android/dialer/voicemail/settings/VoicemailSettingsFragment.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/com/android/dialer/voicemail/settings/VoicemailSettingsFragment.java b/java/com/android/dialer/voicemail/settings/VoicemailSettingsFragment.java
index b7db28e09..53c14b795 100644
--- a/java/com/android/dialer/voicemail/settings/VoicemailSettingsFragment.java
+++ b/java/com/android/dialer/voicemail/settings/VoicemailSettingsFragment.java
@@ -193,6 +193,7 @@ public class VoicemailSettingsFragment extends PreferenceFragment
visualVoicemailPreference.setOnPreferenceChangeListener(this);
visualVoicemailPreference.setChecked(
voicemailClient.isVoicemailEnabled(getContext(), phoneAccountHandle));
+ updateVoicemailSummaryMessage();
}
private void initializePreferences() {