Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f52d7fe4 authored by Lifu Tang's avatar Lifu Tang
Browse files

Fix recent location apps problem without profile

Bug: 147298096
Test: Build and test on device manually.
Change-Id: I14aaf23636d6a0e778154fe589131e66c313bfdd
parent ccc42b93
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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() {