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

Commit 387a3a6f authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am 86f3be75: Merge "Set correct view to display playback error text" into mnc-dev

* commit '86f3be75':
  Set correct view to display playback error text
parents b47a3133 86f3be75
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));
    }