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

Commit a22c4083 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by android-build-merger
Browse files

Merge "camera case fail for testSceneModes"

am: b59cd66e

Change-Id: I509c87e5b69e4bd26dc97e86063f7a24860e8b3b
parents b8724867 b59cd66e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -646,7 +646,7 @@ public class LegacyMetadataMapper {

        // Special case where the only scene mode listed is AUTO => no scene mode
        if (sceneModes != null && sceneModes.size() == 1 &&
                sceneModes.get(0) == Parameters.SCENE_MODE_AUTO) {
                sceneModes.get(0).equals(Parameters.SCENE_MODE_AUTO)) {
            supportedSceneModes = null;
        }