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

Commit 55c8d8ab authored by Ji-Hwan Lee's avatar Ji-Hwan Lee Committed by Android (Google) Code Review
Browse files

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

parents 9d9ef2e7 982abe69
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;
                    }