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

Commit cb9cff38 authored by Danny Baumann's avatar Danny Baumann
Browse files

Fix typo causing a NPE.

parent 84a5e345
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {