Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d91b933c authored by Yorke Lee's avatar Yorke Lee
Browse files

Set correct view to display playback error text

Bug: 22642715
Change-Id: I01c8c8a7ec3dfa132c0aad37fe847fd58daae516
parent 7e1a6855
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ public class VoicemailPlaybackLayout extends LinearLayout
        }

        disableUiElements();
        mPositionText.setText(getString(R.string.voicemail_playback_error));
        mStateText.setText(getString(R.string.voicemail_playback_error));
    }