-
Notifications
You must be signed in to change notification settings - Fork 741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add invite by email screen in create space flow #3976
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(static review) 2 small remarks
super.onViewCreated(view, savedInstanceState) | ||
|
||
views.recyclerView.configureWith(epoxyController) | ||
epoxyController.listener = this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add cleanup in onDestroyView()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
} | ||
|
||
private fun stopListenToIdentityManager() { | ||
identityService.addListener(identityServerManagerListener) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removeListener :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update.
Fixes #3678 (add invite by mail screen for private space)
Fixes #3945 Remove the "Teammate spaces aren't quite ready" bottom sheet
When creating a new private team space, a screen is added where you can add up tp 3 emails. There is no integration with contact book for now.