mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Show newly created forums after creating them.
This commit is contained in:
@@ -132,7 +132,9 @@ implements InvitationListener {
|
||||
}
|
||||
|
||||
private void showToastAndFinish() {
|
||||
Toast.makeText(this, R.string.contact_added_toast, LENGTH_LONG).show();
|
||||
String format = getResources().getString(R.string.contact_added_toast);
|
||||
String text = String.format(format, contactName);
|
||||
Toast.makeText(this, text, LENGTH_LONG).show();
|
||||
finish();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user