Fix work profile fingerprint userId

Fixes: 117303349

Test: Enabling work profile, FP settings shows independent sets again
      (same as P behavior)

Change-Id: Ifddd41c8aaa4316a58c9b8d16905d6d05318f5fd
This commit is contained in:
Kevin Chyn
2018-10-05 11:09:46 -07:00
parent 03f2d1e55d
commit 2e50c32c80
3 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ public abstract class BiometricStatusPreferenceController extends BasePreference
protected final UserManager mUm;
protected final LockPatternUtils mLockPatternUtils;
protected final int mUserId = UserHandle.myUserId();
private final int mUserId = UserHandle.myUserId();
protected final int mProfileChallengeUserId;
/**