mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Temporarily disable "left-handed" controls if we're doing a search.
view configuration needs to move to be global for this to work right.
This commit is contained in:
parent
bc61c90e1a
commit
f6756879ef
@ -405,8 +405,11 @@ public class MessageList
|
|||||||
mSelectedCount = savedInstanceState.getInt(STATE_KEY_SELECTED_COUNT);
|
mSelectedCount = savedInstanceState.getInt(STATE_KEY_SELECTED_COUNT);
|
||||||
}
|
}
|
||||||
|
|
||||||
mLeftHanded = mAccount.getLeftHanded();
|
if (mAccount != null)
|
||||||
|
{
|
||||||
|
|
||||||
|
mLeftHanded = mAccount.getLeftHanded();
|
||||||
|
}
|
||||||
mAdapter = new MessageListAdapter();
|
mAdapter = new MessageListAdapter();
|
||||||
|
|
||||||
final Object previousData = getLastNonConfigurationInstance();
|
final Object previousData = getLastNonConfigurationInstance();
|
||||||
|
Loading…
Reference in New Issue
Block a user