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

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

Merge "Gallery2: set the progress bar when we pause the video"

parents 7cb1ef7c 665c07e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -637,6 +637,7 @@ public class MoviePlayer implements
        }
        mTState = TState.PAUSED;
        mVideoView.pause();
        setProgress();
        mController.showPaused();
    }