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

Commit 48ae92db authored by shenfe's avatar shenfe Committed by Gerrit - the friendly Code Review server
Browse files

SnapdragonGallery: Fix can't resume play when calling timeout.

Set setDialogShowState to false.

Change-Id: Ic5fb21c3f8d8ee2510af61fce59e7c2298c52f34
CRs-Fixed: 1060330
parent cd2bc86e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1371,6 +1371,7 @@ public class MoviePlayer implements
                                    Log.v(TAG, "PositiveButton.onClick() mIsShowDialog="
                                            + mIsShowDialog);
                                }
                                mVideoView.setDialogShowState(false);
                                doStartVideo(true, mVideoPosition, mVideoLastDuration);
                            }