Loading src/com/android/contacts/activities/MultiPickContactActivity.java +6 −2 Original line number Diff line number Diff line Loading @@ -1228,11 +1228,15 @@ public class MultiPickContactActivity extends ListActivity implements protected void onQueryComplete(int token, Object cookie, Cursor cursor) { mAdapter.changeCursor(cursor); if (cursor == null || cursor.getCount() == 0) { if (isPickCall()) { log("no call found"); } else { Toast.makeText(MultiPickContactActivity.this, R.string.listFoundAllContactsZero, Toast.LENGTH_SHORT).show(); } } } } private final class ContactItemCache { long id; Loading Loading
src/com/android/contacts/activities/MultiPickContactActivity.java +6 −2 Original line number Diff line number Diff line Loading @@ -1228,11 +1228,15 @@ public class MultiPickContactActivity extends ListActivity implements protected void onQueryComplete(int token, Object cookie, Cursor cursor) { mAdapter.changeCursor(cursor); if (cursor == null || cursor.getCount() == 0) { if (isPickCall()) { log("no call found"); } else { Toast.makeText(MultiPickContactActivity.this, R.string.listFoundAllContactsZero, Toast.LENGTH_SHORT).show(); } } } } private final class ContactItemCache { long id; Loading