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

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

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

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