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

Commit ba0c530c authored by cketti's avatar cketti
Browse files

Avoid NullPointerException

Fixes issue 4557
parent 8018be3e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1791,8 +1791,10 @@ public class MessageCompose extends K9Activity implements OnClickListener, OnFoc
    private void onAddCcBcc() {
        mCcWrapper.setVisibility(View.VISIBLE);
        mBccWrapper.setVisibility(View.VISIBLE);
        if (mMenu != null) {
            mMenu.findItem(R.id.add_cc_bcc).setVisible(false);
        }
    }

    private void onReadReceipt() {
        CharSequence txt;