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

Commit a06c9159 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix recent location apps problem without profile"

parents ed4dd70f f52d7fe4
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() {