mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
address issues found in final review
(except refactoring of conversation item classes)
This commit is contained in:
@@ -27,6 +27,8 @@ public class IntroductionActivity extends BriarActivity implements
|
||||
|
||||
Intent intent = getIntent();
|
||||
contactId = intent.getIntExtra(CONTACT_ID, -1);
|
||||
if (contactId == -1)
|
||||
throw new IllegalArgumentException("Wrong ContactId");
|
||||
|
||||
setContentView(R.layout.activity_introduction);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user