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

Commit 232790db authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 8d0bb42d on remote branch

Change-Id: Ibbf2711e54b45de0509bd77fa94fd840e691f795
parents 9897fb2d 8d0bb42d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -505,6 +505,12 @@ public class MoviePlayer implements
            }
            mHasPaused = false;
        }

        if (System.currentTimeMillis() > mResumeableTime) {
            mHandler.removeCallbacks(mPlayingChecker);
            mHandler.postDelayed(mPlayingChecker, 250);
        }

        mHandler.post(mProgressChecker);
    }