Fix recent location apps problem without profile
Bug: 147298096 Test: Build and test on device manually. Change-Id: I14aaf23636d6a0e778154fe589131e66c313bfdd
This commit is contained in:
@@ -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