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:
akwizgran
2016-11-08 11:55:36 +00:00
4 changed files with 16 additions and 5 deletions

View File

@@ -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;