mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -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);
|
||||
}
|
||||
|
||||
mLeftHanded = mAccount.getLeftHanded();
|
||||
if (mAccount != null)
|
||||
{
|
||||
|
||||
mLeftHanded = mAccount.getLeftHanded();
|
||||
}
|
||||
mAdapter = new MessageListAdapter();
|
||||
|
||||
final Object previousData = getLastNonConfigurationInstance();
|
||||
|
Loading…
Reference in New Issue
Block a user