mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 04:32:02 +00:00
fix error message
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
129606327e
commit
d450ae7897
@ -100,7 +100,7 @@ class ChatViewModel @Inject constructor(private val repository: ChatRepository)
|
||||
}
|
||||
|
||||
override fun onError(e: Throwable) {
|
||||
Log.e(TAG, "Error when fetching room")
|
||||
Log.e(TAG, "Error when joining room")
|
||||
_joinRoomViewState.value = JoinRoomErrorState
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user