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> {
|
||||
|
|
Loading…
Reference in a new issue