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

Commit 2317c969 authored by kaiyiz's avatar kaiyiz
Browse files

Gallery2: Set video view visible

The video view is set invisible when do OnPause in movie player.

Cancel the video view set in doOnPause.

Change-Id: I56616ad838024bba52727122c71d3cde26546cd4
CRs-Fixed: 801784
parent 7cb1ef7c
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();