Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bd6f36e authored by Jesse Vincent's avatar Jesse Vincent
Browse files

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
parent b4761f74
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1157,7 +1157,6 @@ public class MessageList extends K9FragmentActivity implements MessageListFragme
                showMessageView();
            }
        }
        invalidateOptionsMenu();
    }

    @Override