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

Commit cef447e8 authored by Yixiao Luo's avatar Yixiao Luo Committed by Android (Google) Code Review
Browse files

Merge "Do not delay updating service connection if a hardware TIS service is...

Merge "Do not delay updating service connection if a hardware TIS service is reconnecting" into main
parents 44a09259 24409092
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -919,7 +919,7 @@ public final class TvInputManagerService extends SystemService {
            sendSessionTokenToClientLocked(sessionState.client,
                    sessionState.inputId, null, null, sessionState.seq);
        }
        if (!serviceState.isHardware) {
        if (!serviceState.isHardware || serviceState.reconnecting) {
            updateServiceConnectionLocked(serviceState.component, userId);
        } else {
            updateHardwareServiceConnectionDelayed(userId);