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

Commit 3b83b187 authored by Vincent Breitmoser's avatar Vincent Breitmoser Committed by GitHub
Browse files

Merge pull request #2070 from k9mail/GH-2010_avoid_NPE

Avoid NullPointerException
parents 3e8ad4b1 6b06b752
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -64,6 +64,8 @@ public class MessageTitleView extends TextView {
    }
    
    public void showSubjectInMessageHeader() {
        if (mHeader != null) {
            mHeader.showSubjectLine();
        }
    }
}