Merge "Make Lockscreen Notification Content work for profiles"
This commit is contained in:
committed by
Android (Google) Code Review
commit
c8457a8605
@@ -478,7 +478,7 @@ public class ChooseLockPattern extends SettingsActivity {
|
||||
}
|
||||
|
||||
protected Intent getRedactionInterstitialIntent(Context context) {
|
||||
return RedactionInterstitial.createStartIntent(context);
|
||||
return RedactionInterstitial.createStartIntent(context, mUserId);
|
||||
}
|
||||
|
||||
public void handleLeftButton() {
|
||||
|
Reference in New Issue
Block a user