1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Remove useless assignment.

mSavedListState is guaranteed to be null at this point.
This commit is contained in:
Danny Baumann 2013-02-06 09:13:49 +01:00
parent 2a411e780c
commit 62ee3bb0d6

View File

@ -534,7 +534,6 @@ public class MessageListFragment extends SherlockFragment implements OnItemClick
}
case ACTION_RESTORE_LIST_POSITION: {
mListView.onRestoreInstanceState((Parcelable) msg.obj);
mSavedListState = null;
break;
}
case ACTION_OPEN_MESSAGE: {