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

Commit 558fbe75 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6099496 from 870f67cc to qt-qpr2-release

Change-Id: Ieaa9b9c25cdc609f0f975d6b0a1047a9d97edee0
parents db751d3d 870f67cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1163,7 +1163,7 @@ public final class MandatoryStreamCombination {
            if (orderedPreviewSizes != null) {
                for (Size size : orderedPreviewSizes) {
                    if ((mDisplaySize.getWidth() >= size.getWidth()) &&
                            (mDisplaySize.getWidth() >= size.getHeight())) {
                            (mDisplaySize.getHeight() >= size.getHeight())) {
                        return size;
                    }
                }