mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 21:59:54 +01:00
Merge branch '735-back-button-in-invite-members-screen-returns-to-group-list' into 'master'
Return to group after not inviting new members This MR also closes the keyboard when returning from the message fragment. Closes #735 See merge request !389
This commit is contained in:
@@ -35,7 +35,7 @@ public class GroupActivity extends
|
||||
ThreadListActivity<PrivateGroup, GroupMessageItem, GroupMessageHeader>
|
||||
implements OnClickListener {
|
||||
|
||||
private final static int REQUEST_INVITE = 1;
|
||||
private final static int REQUEST_INVITE = 2;
|
||||
|
||||
@Inject
|
||||
GroupController controller;
|
||||
|
||||
Reference in New Issue
Block a user