Loading src/com/android/dialer/list/AllContactsFragment.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -55,7 +55,7 @@ public class AllContactsFragment extends ContactEntryListFragment<ContactEntryLi public void onViewCreated(View view, android.os.Bundle savedInstanceState) { public void onViewCreated(View view, android.os.Bundle savedInstanceState) { super.onViewCreated(view, 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, DialerUtils.configureEmptyListView(mEmptyListView, R.drawable.empty_contacts, R.string.all_contacts_empty, getResources()); R.string.all_contacts_empty, getResources()); getListView().setEmptyView(mEmptyListView); getListView().setEmptyView(mEmptyListView); Loading Loading
src/com/android/dialer/list/AllContactsFragment.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -55,7 +55,7 @@ public class AllContactsFragment extends ContactEntryListFragment<ContactEntryLi public void onViewCreated(View view, android.os.Bundle savedInstanceState) { public void onViewCreated(View view, android.os.Bundle savedInstanceState) { super.onViewCreated(view, 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, DialerUtils.configureEmptyListView(mEmptyListView, R.drawable.empty_contacts, R.string.all_contacts_empty, getResources()); R.string.all_contacts_empty, getResources()); getListView().setEmptyView(mEmptyListView); getListView().setEmptyView(mEmptyListView); Loading