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

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

am: 6bd164bc

Change-Id: I7c3afdccda0b6105f8ef740ea0dc95528fdae91d
parents e6e61f2f 6bd164bc
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;
        }