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

Commit 134729a9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Merge 8d0bb42d on remote branch"

parents 9897fb2d 232790db
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);
    }