mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 10:25:51 +03:00
Lint fixes.
This commit is contained in:
parent
d2f0957eba
commit
c1c0c6f2c6
2 changed files with 3 additions and 2 deletions
|
@ -65,7 +65,8 @@ class InviteUsersToRoomViewModel @AssistedInject constructor(@Assisted
|
|||
},
|
||||
{
|
||||
_viewEvents.post(InviteUsersToRoomViewEvents.Failure(it))
|
||||
}).disposeOnClear()
|
||||
})
|
||||
.disposeOnClear()
|
||||
}
|
||||
|
||||
fun getUserIdsOfRoomMembers(): Set<String> {
|
||||
|
|
|
@ -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="invite_users_to_room_failure">We could not invite users. Please check the users you want to invite and try again.</string>
|
||||
|
||||
</resources>
|
||||
</resources>
|
Loading…
Reference in a new issue