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

Commit afd8e9bb authored by Kensuke Miyagi's avatar Kensuke Miyagi Committed by Android (Google) Code Review
Browse files

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

parents de41c86d 4fb0c78c
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) {