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

Commit 889381c0 authored by Edgar Wang's avatar Edgar Wang Committed by Android (Google) Code Review
Browse files

Merge "Fixed recylcer list does not be initialized properly" into main

parents 225beade 2241a425
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ public class RunningServices extends SettingsPreferenceFragment implements
    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container,
            Bundle savedInstanceState) {
        super.onCreateView(inflater, container, savedInstanceState);
        View rootView = inflater.inflate(R.layout.manage_applications_running, null);
        mRunningProcessesView = rootView.findViewById(R.id.running_processes);
        mRunningProcessesView.doCreate();