Merge "Fix recent location apps problem without profile"

This commit is contained in:
TreeHugger Robot
2020-01-23 02:26:34 +00:00
committed by Android (Google) Code Review

View File

@@ -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() {