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

Commit 24445f62 authored by Ji-Hwan Lee's avatar Ji-Hwan Lee Committed by Android Git Automerger
Browse files

am 8207fa19: am f9203497: Merge "TIF: Fix crash on setMainSession" into lmp-dev

* commit '8207fa194b9f0e2c126b7ee3978d34ba6ca15192':
  TIF: Fix crash on setMainSession
parents 240caabf 7eca09e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -931,7 +931,7 @@ public final class TvInputManagerService extends SystemService {
            final long identity = Binder.clearCallingIdentity();
            try {
                synchronized (mLock) {
                    UserState userState = getUserStateLocked(callingUid);
                    UserState userState = getUserStateLocked(resolvedUserId);
                    if (sessionToken == userState.mainSessionToken) {
                        return;
                    }