Speech bubble layout for private conversations.

This commit is contained in:
akwizgran
2014-02-09 19:50:12 +00:00
parent 0960a345e0
commit 269eef57e9
15 changed files with 114 additions and 43 deletions

View File

@@ -76,7 +76,6 @@ implements OnClickListener {
Intent i = getIntent();
contactName = i.getStringExtra("briar.CONTACT_NAME");
if(contactName == null) throw new IllegalStateException();
setTitle(contactName);
byte[] b = i.getByteArrayExtra("briar.LOCAL_AUTHOR_ID");
if(b == null) throw new IllegalStateException();
localAuthorId = new AuthorId(b);