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

Commit 8ccf62e2 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am f3feddc3: am 387a3a6f: am 86f3be75: Merge "Set correct view to display...

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

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