commit | 4bb61a7395e026e38f62b1e821d30dc96900c17d | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Fri Jun 25 15:53:43 2010 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Mon Jun 28 15:17:40 2010 -0700 |
tree | 2d17786aeb6a15dc31d5f36ff40ac6c422b075df | |
parent | f319cf8549738feca5965a598af9a310869e1f3d [diff] |
Update to follow API changes. Change-Id: I5fc3a83bc231799a835e93d08d7f66c60829cb1b
diff --git a/src/com/android/contacts/list/JoinContactListFragment.java b/src/com/android/contacts/list/JoinContactListFragment.java index 8c6be47..acbf725 100644 --- a/src/com/android/contacts/list/JoinContactListFragment.java +++ b/src/com/android/contacts/list/JoinContactListFragment.java
@@ -59,7 +59,7 @@ } @Override - protected Loader<Cursor> startLoading(int id, Bundle args) { + public Loader<Cursor> startLoading(int id, Bundle args) { // The first two partitions don't require loaders if (id == JoinContactListAdapter.PARTITION_SUGGESTIONS ||