Merge "Fix recent location apps problem without profile"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a06c915949
@@ -54,8 +54,10 @@ public class RecentLocationRequestSeeAllFragment extends DashboardFragment {
|
||||
|
||||
mController = use(RecentLocationRequestSeeAllPreferenceController.class);
|
||||
mController.init(this);
|
||||
if (profileType != 0) {
|
||||
mController.setProfileType(profileType);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getPreferenceScreenResId() {
|
||||
|
Reference in New Issue
Block a user