commit | f35cf6c6311aa253d679f61b8fd43babce4a90c3 | [log] [tgz] |
---|---|---|
author | Ta-wei Yen <twyen@google.com> | Mon Mar 21 20:35:26 2016 -0700 |
committer | Ta-wei Yen <twyen@google.com> | Tue Mar 22 03:36:01 2016 +0000 |
tree | 1cd3e83677af04d91f57532f47c93b5782e39af7 | |
parent | 664300c657fbfec010c3d2e948a387705ac69f64 [diff] |
Clear voicemail status text when loading succeeded In ag/874775, mStateText.setText(null) is removed from VoicemailPlaybackLayout#setClipPosition(). This caused the error in mStateText not to be cleared after the voicemail is sucessfully loaded. This CL adds a setSuccess() method to the layout that clears the message, which will be called from onPrepared() once the voicemail is loaded. Fixes:27770842 Change-Id: Ic42e40b99d36f817532dec780b63311c1967300c