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

Commit d41fb2fb 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 am: 0977fd36

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

Change-Id: I4d753eb529cec39208bdf51113f6ecfe336950c0
parents 47e57e0b 0977fd36
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -467,9 +467,9 @@ public final class TvInputManagerService extends SystemService {
    }
    }


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


    private void switchUser(int userId) {
    private void switchUser(int userId) {