Fix copy&paste mistake
This commit is contained in:
parent
b104761c73
commit
ddd82c660e
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue