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

Commit a494d728 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

am: a22c4083

Change-Id: I52fca667fcd8b8ff501bb145ee49934ba47f92a3
parents 26e655f3 a22c4083
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;
        }