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

Commit 2b246048 authored by John Hoford's avatar John Hoford Committed by Android (Google) Code Review
Browse files

Merge "fix calling Allocation.copyFrom without context" into gb-ub-photos-bryce

parents 0e018f44 205a0901
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -393,7 +393,9 @@ public class CachingPipeline {
                    mOutPixelsAllocation.getType());
            needsUpdate = true;
        }
        if (RS != null) {
            mInPixelsAllocation.copyFrom(bitmap);
        }
        if (bitmap.getWidth() != mWidth
                || bitmap.getHeight() != mHeight) {
            mWidth = bitmap.getWidth();