mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Avoid NPE
This commit is contained in:
parent
e77c341542
commit
df8ea306b8
@ -3379,7 +3379,7 @@ public class MessageListFragment extends SherlockFragment implements OnItemClick
|
||||
|
||||
@Override
|
||||
public void onLoaderReset(Loader<Cursor> loader) {
|
||||
mSelected = null;
|
||||
mSelected.clear();
|
||||
mAdapter.swapCursor(null);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user