Loading src/com/fsck/k9/activity/MessageView.java +1 −1 Original line number Diff line number Diff line Loading @@ -447,7 +447,7 @@ public class MessageView extends K9FragmentActivity implements MessageViewFragme private void showNextMessage() { findSurroundingMessagesUid(); if (mMessageReferences == null) { if (mMessageReferences != null) { mMessageReferences.remove(mMessageReference); } if (mLastDirection == NEXT && mNextMessage != null) { Loading Loading
src/com/fsck/k9/activity/MessageView.java +1 −1 Original line number Diff line number Diff line Loading @@ -447,7 +447,7 @@ public class MessageView extends K9FragmentActivity implements MessageViewFragme private void showNextMessage() { findSurroundingMessagesUid(); if (mMessageReferences == null) { if (mMessageReferences != null) { mMessageReferences.remove(mMessageReference); } if (mLastDirection == NEXT && mNextMessage != null) { Loading