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

Commit 7f550216 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 video view visible"

parents ad6cc808 2317c969
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -470,8 +470,6 @@ public class MoviePlayer implements
        mVideoView.suspend();
        mResumeableTime = System.currentTimeMillis() + RESUMEABLE_TIMEOUT;
        mVideoView.setResumed(false);// avoid start after surface created
        // Workaround for last-seek frame difference
        mVideoView.setVisibility(View.INVISIBLE);
        long end2 = System.currentTimeMillis();
        // TODO comments by sunlei
        mOverlayExt.clearBuffering();