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

Commit 7ef8daba authored by Haofan Wang's avatar Haofan Wang Committed by Android (Google) Code Review
Browse files

Merge "Add null checker for util function" into main

parents 1103cdb5 d9f10fad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1035,6 +1035,7 @@ public final class MediaQualityUtils {
         * - PICTURE_QUALITY_EVENT_TYPE
         * - PANEL_INIT_MAX_LUMINCE_NITS
         */
        if (names == null) return null;

        HashSet<String> nameMap = new HashSet<>(names);