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

Commit 583a1a5d authored by shenfe's avatar shenfe Committed by Steve Kondik
Browse files

SnapdragonGallery: Fix flicker while launching any video.

Delete repeated videoView set visibility.

Change-Id: I1ec306aade9682ac4f44749d48d68aaa66f8ebc9
CRs-Fixed: 1049252
parent 2f324dc3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -624,7 +624,6 @@ public class MoviePlayer implements
        }
        if (start) {
            mVideoView.start();
            mVideoView.setVisibility(View.VISIBLE);
            mActivityContext.initEffects(mVideoView.getAudioSessionId());
        }
        //we may start video from stopVideo,