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

Commit 02db7555 authored by Andrew Lee's avatar Andrew Lee Committed by Android (Google) Code Review
Browse files

Merge "Fix class variable declaration." into mnc-dev

parents ff67bc11 71812059
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ public class AllContactsFragment extends ContactEntryListFragment<ContactEntryLi
    public void onViewCreated(View view, android.os.Bundle savedInstanceState) {
        super.onViewCreated(view, savedInstanceState);

        View mEmptyListView = view.findViewById(R.id.empty_list_view);
        mEmptyListView = view.findViewById(R.id.empty_list_view);
        DialerUtils.configureEmptyListView(mEmptyListView, R.drawable.empty_contacts,
                R.string.all_contacts_empty, getResources());
        getListView().setEmptyView(mEmptyListView);