Merge "HDMICEC: Call setArcStatus in setArcMode"

This commit is contained in:
Nathalie Le Clair
2023-02-06 09:49:15 +00:00
committed by Gerrit Code Review

View File

@@ -2238,6 +2238,7 @@ public class HdmiControlService extends SystemService {
Slog.w(TAG, "Local tv device not available to change arc mode."); Slog.w(TAG, "Local tv device not available to change arc mode.");
return; return;
} }
tv.startArcAction(enabled);
} }
}); });
} }