fix(dm): creatorId 방 열기 thread를 보정한다
This commit is contained in:
@@ -280,6 +280,7 @@ class DmChatRoomViewModel(
|
||||
val data = response.requireData()
|
||||
repository.openRoom(token = authToken(), roomId = data.roomId)
|
||||
}
|
||||
.observeOn(AndroidSchedulers.mainThread())
|
||||
.subscribe(
|
||||
{ handleOpenRoomResult(it) },
|
||||
{ handleError(it) }
|
||||
|
||||
Reference in New Issue
Block a user