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

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

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

* commit 'f920349722a3453f22165f4e2693c2890e3b8aa0':
  TIF: Fix crash on setMainSession
parents 57e0ba6f 55c8d8ab
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;
                    }