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

Commit 3ebdf002 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Fix functor removal"

parents d54a57f5 16efa9a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -469,6 +469,7 @@ void CanvasContext::handleFunctorStatus(int status, const Rect& redrawClip) {
void CanvasContext::removeFunctorsTask() {
    if (!mInvokeFunctorsPending) return;

    mInvokeFunctorsPending = false;
    mRenderThread.remove(&mInvokeFunctorsTask);
}