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

Commit 011135ed authored by Kensuke Miyagi's avatar Kensuke Miyagi Committed by Automerger Merge Worker
Browse files

Merge "Fix issue of TvInputManagerService not binding to TvInput services in...

Merge "Fix issue of TvInputManagerService not binding to TvInput services in Kids" into sc-dev am: afd8e9bb

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15315830

Change-Id: I288e5f76b32842a0fe4c490c73534cd977ea0242
parents 2f69ce04 afd8e9bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -467,9 +467,9 @@ public final class TvInputManagerService extends SystemService {
    }

    private void startProfileLocked(int userId) {
        mRunningProfiles.add(userId);
        buildTvInputListLocked(userId, null);
        buildTvContentRatingSystemListLocked(userId);
        mRunningProfiles.add(userId);
    }

    private void switchUser(int userId) {