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

Commit 6bd164bc 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

am: a494d728

Change-Id: I8e7c31b71e1ccfb77d5cb46949e438c2f1e1ef4c
parents 0a804ff4 a494d728
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;
        }