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

Commit 16efa9a3 authored by John Reck's avatar John Reck
Browse files

Fix functor removal

 Bug: 12179257

Change-Id: Ib63a351b1b289b08452f17086cb6c8b688e2ba4d
parent db62c232
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);
}