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

Commit 255bb8c5 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am c32c359a: Merge "Fix activity leak in Dialer" into lmp-dev

* commit 'c32c359a':
  Fix activity leak in Dialer
parents 351709ed c32c359a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -225,6 +225,12 @@ public class ListsFragment extends AnalyticsFragment implements CallLogQueryHand
        super.onPause();
    }

    @Override
    public void onDestroy() {
        mCallLogAdapter.stopRequestProcessing();
        super.onDestroy();
    }

    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container,
            Bundle savedInstanceState) {