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

Commit 38a8d125 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am d9a401da: Merge "Fix ClassCastException in CallLogFragment" into lmp-mr1-dev

* commit 'd9a401da':
  Fix ClassCastException in CallLogFragment
parents 67f4d6f9 d9a401da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -531,7 +531,7 @@ public class CallLogFragment extends ListFragment

        if (mFooterView == null) {
            mFooterView = getActivity().getLayoutInflater().inflate(
                    R.layout.recents_list_footer, (ViewGroup) getView(), false);
                    R.layout.recents_list_footer, getListView(), false);
            mFooterView.setOnClickListener(new OnClickListener() {
                @Override
                public void onClick(View v) {