mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Fix typo causing a NPE.
This commit is contained in:
parent
84a5e34537
commit
cb9cff382f
@ -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…
Reference in New Issue
Block a user