mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 15:05:44 +03:00
add logging for onError
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
8d208c5d61
commit
86caa48636
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ class ConversationInfoController(args: Bundle) :
|
|||
}
|
||||
|
||||
override fun onError(e: Throwable) {
|
||||
// unused atm
|
||||
Log.e(TAG, "failed to fetch room info", e)
|
||||
}
|
||||
|
||||
override fun onComplete() {
|
||||
|
|
Loading…
Reference in a new issue