Merge "Use swapCursor(null) instead of changeCursor(null)"

This commit is contained in:
Makoto Onuki 2010-12-23 10:15:05 -08:00 committed by Android (Google) Code Review
commit 948bcad901

View File

@ -365,7 +365,7 @@ public class MessageListFragment extends ListFragment
stopLoaders();
onDeselectAll();
if (mListAdapter != null) {
mListAdapter.changeCursor(null);
mListAdapter.swapCursor(null);
}
setListShownNoAnimation(false);
}