mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-16 06:25:06 -05:00
Remove useless assignment.
mSavedListState is guaranteed to be null at this point.
This commit is contained in:
parent
2a411e780c
commit
62ee3bb0d6
@ -534,7 +534,6 @@ public class MessageListFragment extends SherlockFragment implements OnItemClick
|
|||||||
}
|
}
|
||||||
case ACTION_RESTORE_LIST_POSITION: {
|
case ACTION_RESTORE_LIST_POSITION: {
|
||||||
mListView.onRestoreInstanceState((Parcelable) msg.obj);
|
mListView.onRestoreInstanceState((Parcelable) msg.obj);
|
||||||
mSavedListState = null;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case ACTION_OPEN_MESSAGE: {
|
case ACTION_OPEN_MESSAGE: {
|
||||||
|
Loading…
Reference in New Issue
Block a user