Merge "Add background image for work challenge"
This commit is contained in:
committed by
Android (Google) Code Review
commit
454ce75a41
@@ -176,7 +176,7 @@ public class ChooseLockGeneric extends SettingsActivity {
|
||||
!mLockPatternUtils.isSeparateProfileChallengeAllowed(targetUser)) {
|
||||
// Always use parent if explicitely requested or if profile challenge is not
|
||||
// supported
|
||||
mUserId = Utils.getSameOwnerUserId(getContext(), getArguments());
|
||||
mUserId = Utils.getUserIdFromBundle(getContext(), getArguments());
|
||||
} else {
|
||||
mUserId = targetUser;
|
||||
}
|
||||
|
Reference in New Issue
Block a user