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

Commit 26be9374 authored by Jay Shrauner's avatar Jay Shrauner Committed by Android Git Automerger
Browse files

am 06d7d08e: Fix voicemail playback position control

* commit '06d7d08e':
  Fix voicemail playback position control
parents 2e7ea428 06d7d08e
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -446,12 +446,10 @@ public class VoicemailPlaybackPresenter {
        @Override
        public Exception doInBackground(Void... params) {
            try {
                if (!mPlayer.isReadyToPlay()) {
                mPlayer.reset();
                mPlayer.setDataSource(mView.getDataSourceContext(), mVoicemailUri);
                mPlayer.setAudioStreamType(PLAYBACK_STREAM);
                mPlayer.prepare();
                }
                return null;
            } catch (Exception e) {
                return e;