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

Commit 06d7d08e authored by Jay Shrauner's avatar Jay Shrauner Committed by Yorke Lee
Browse files

Fix voicemail playback position control

Bug:19255194
Change-Id: I8eabe46ef6fff774291e3f943051c24eca8a00e0
parent 7aaf2414
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;