Skip to content
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

Implementation of /join command (#12) #1138

Merged
merged 3 commits into from
Mar 16, 2020
Merged

Conversation

onurays
Copy link
Contributor

@onurays onurays commented Mar 13, 2020

No description provided.

@onurays onurays requested review from ganfra and BillCarsonFr March 13, 2020 11:03
@@ -297,11 +297,18 @@ class RoomDetailFragment @Inject constructor(
is RoomDetailViewEvents.NavigateToEvent -> navigateToEvent(it)
is RoomDetailViewEvents.FileTooBigError -> displayFileTooBigError(it)
is RoomDetailViewEvents.DownloadFileState -> handleDownloadFileState(it)
is RoomDetailViewEvents.JoinedToAnotherRoom -> handleJoinedToAnotherRoom(it)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe rename it to JoinRoomCommandSucces

@BillCarsonFr
Copy link
Member

Related to #12

Copy link
Member

@BillCarsonFr BillCarsonFr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@BillCarsonFr BillCarsonFr merged commit 18d82b1 into develop Mar 16, 2020
@BillCarsonFr BillCarsonFr deleted the feature/join_command branch March 16, 2020 09:15
@bmarty
Copy link
Member

bmarty commented Apr 14, 2020

Late LGTM :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants