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

Commit 04e59b17 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Camera: Fix OutputConfiguration equality check" into main

parents c410ea7a 1ab5f01c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1403,6 +1403,7 @@ public final class OutputConfiguration implements Parcelable {
                if (mSurfaces.get(i) != other.mSurfaces.get(i))
                    return false;
            }
            if (!mIsDeferredConfig && mSurfaces.size() != other.mSurfaces.size()) return false;
            if (mDynamicRangeProfile != other.mDynamicRangeProfile) {
                return false;
            }