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

Commit 982abe69 authored by Ji-Hwan Lee's avatar Ji-Hwan Lee
Browse files

TIF: Fix crash on setMainSession

Change-Id: Iddf5032a99dbf855e418448b39ba66a68be8b07c
parent 4c52697d
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;
                    }