OSDN Git Service

Automated import from //branches/cupcake/...@142789,142789
authorEvan Millar <>
Wed, 25 Mar 2009 23:31:15 +0000 (16:31 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Wed, 25 Mar 2009 23:31:15 +0000 (16:31 -0700)
src/com/android/contacts/ContactsListActivity.java

index d730183..b16fde7 100644 (file)
@@ -662,7 +662,7 @@ public final class ContactsListActivity extends ListActivity
             startQuery();
         } else {
             // Run the filtered query on the adapter
-            ((ContactItemListAdapter) getListView().getAdapter()).onContentChanged();
+            ((ContactItemListAdapter) getListAdapter()).onContentChanged();
         }
     }