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

Commit a9b60624 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 am: 205e569d

parents c6c0fa1f 205e569d
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)