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

Commit 86f3be75 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Set correct view to display playback error text" into mnc-dev

parents a0018a3f d91b933c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@ public class VoicemailPlaybackLayout extends LinearLayout
        }

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