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

Commit c300a39b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Gallery2: fix the video playback after system language changed"

parents 8fe224d3 c4213e01
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -297,6 +297,9 @@ public class MoviePlayer implements
            mResumeableTime = savedInstance.getLong(KEY_RESUMEABLE_TIME, Long.MAX_VALUE);
            onRestoreInstanceState(savedInstance);
            mHasPaused = true;
            doStartVideo(true, mVideoPosition, mVideoLastDuration,false);
            mVideoView.start();
            mActivityContext.initEffects(mVideoView.getAudioSessionId());
        } else {
            mTState = TState.PLAYING;
            mFirstBePlayed = true;