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

Commit f47e2b33 authored by Treehugger Robot's avatar Treehugger Robot 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 (follow up)" into main
parents 02389f9b 56da76bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1074,7 +1074,7 @@ public final class TvInputManagerService extends SystemService {
        if (serviceState != null) {
            serviceState.sessionTokens.remove(sessionToken);
        }
        if (!serviceState.isHardware) {
        if (!serviceState.isHardware || serviceState.reconnecting) {
            updateServiceConnectionLocked(sessionState.componentName, userId);
        } else {
            updateHardwareServiceConnectionDelayed(userId);