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
1 changed files with 0 additions and 1 deletions

View File

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