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

Commit ddd82c66 authored by cketti's avatar cketti
Browse files

Fix copy&paste mistake

parent b104761c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -111,8 +111,8 @@ public class MessageHeader extends LinearLayout implements OnClickListener, OnLo
        mToLabel = (TextView) findViewById(R.id.to_label);
        mCcView = (TextView) findViewById(R.id.cc);
        mCcLabel = (TextView) findViewById(R.id.cc_label);
        mBccView = (TextView) findViewById(R.id.cc);
        mBccLabel = (TextView) findViewById(R.id.cc_label);
        mBccView = (TextView) findViewById(R.id.bcc);
        mBccLabel = (TextView) findViewById(R.id.bcc_label);

        mContactBadge = (ContactBadge) findViewById(R.id.contact_badge);