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

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

Merge "Fix an apk icon animation corruption issue"

parents 2ef9c4d8 e2102ce6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -138,6 +138,7 @@ static inline void mapRect(const RenderProperties& props, const SkRect& in, SkRe
    }
    temp.offset(props.getLeft(), props.getTop());
    out->join(temp);
    out->join(in);
}

static DirtyStack* findParentRenderNode(DirtyStack* frame) {