Merge "Use swapCursor(null) instead of changeCursor(null)"
This commit is contained in:
commit
948bcad901
@ -365,7 +365,7 @@ public class MessageListFragment extends ListFragment
|
||||
stopLoaders();
|
||||
onDeselectAll();
|
||||
if (mListAdapter != null) {
|
||||
mListAdapter.changeCursor(null);
|
||||
mListAdapter.swapCursor(null);
|
||||
}
|
||||
setListShownNoAnimation(false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user