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

Commit 205e569d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix broadcast type value handling error" into main am: 4454e7c7

parents 4b71d1fc 4454e7c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -769,6 +769,7 @@ public class HdmiCecMessageValidator {
     * @return true if the UI Broadcast type is valid
     */
    private static boolean isValidUiBroadcastType(int value) {
        value = value & 0xFF;
        return ((value == 0x00)
                || (value == 0x01)
                || (value == 0x10)