From 1ecb3e2751218d377cfd75d9623c6715174c8dc5 Mon Sep 17 00:00:00 2001 From: uabdullah Date: Mon, 13 Nov 2017 14:42:50 -0800 Subject: Play voicemails downloaded from the voicemail server in the NUI VM Fragment Voicemails that are available locally on the device (have been downloaded from the voicemail server) will have their "HAS_CONTENT" column set to one. This CL adds the plumbing logic of checking that when a user presses the play button, if the voicemail is available locally, it is played. Bug: 64882313,68382421 Test: Existing unit tests PiperOrigin-RevId: 175590204 Change-Id: Id164d08c16b89c84a75af0c4a7c899c02d64fff7 --- .../android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/com/android/dialer/voicemail/listui/res') diff --git a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml index 80bb1b593..78d2785e9 100644 --- a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml +++ b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml @@ -82,7 +82,7 @@ android:layout_gravity="center_vertical" android:visibility="gone"/> -