Lint fixes.

This commit is contained in:
onurays 2020-05-04 11:22:27 +03:00
parent d2f0957eba
commit c1c0c6f2c6
2 changed files with 3 additions and 2 deletions

View file

@ -65,7 +65,8 @@ class InviteUsersToRoomViewModel @AssistedInject constructor(@Assisted
}, },
{ {
_viewEvents.post(InviteUsersToRoomViewEvents.Failure(it)) _viewEvents.post(InviteUsersToRoomViewEvents.Failure(it))
}).disposeOnClear() })
.disposeOnClear()
} }
fun getUserIdsOfRoomMembers(): Set<String> { fun getUserIdsOfRoomMembers(): Set<String> {

View file

@ -2375,4 +2375,4 @@ Not all features in Riot are implemented in RiotX yet. Main missing (and coming
<string name="invitations_sent_successfully">Invitation sent successfully</string> <string name="invitations_sent_successfully">Invitation sent successfully</string>
<string name="invite_users_to_room_failure">We could not invite users. Please check the users you want to invite and try again.</string> <string name="invite_users_to_room_failure">We could not invite users. Please check the users you want to invite and try again.</string>
</resources> </resources>