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

Don't invalidate the options menu from the message list as we open a

message. We also invalidate it (twice) as we show the message. It turns
out to have measurable performance impact on 2.3 thanks to ABS
This commit is contained in:
Jesse Vincent 2013-07-17 19:52:18 -04:00
parent 9698fa7e32
commit 6d86fb3b16

View File

@ -1157,7 +1157,6 @@ public class MessageList extends K9FragmentActivity implements MessageListFragme
showMessageView(); showMessageView();
} }
} }
invalidateOptionsMenu();
} }
@Override @Override