mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-15 16:55:03 +01:00
change logging
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
af9d75a978
commit
39180f2f6d
@ -1026,7 +1026,7 @@ class ConversationInfoActivity :
|
|||||||
|
|
||||||
@SuppressLint("LongLogTag")
|
@SuppressLint("LongLogTag")
|
||||||
override fun onError(e: Throwable) {
|
override fun onError(e: Throwable) {
|
||||||
Log.e(TAG, "Error toggling moderator status", e)
|
Log.e(TAG, "Error toggling moderator status (legacy)", e)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onComplete() {
|
override fun onComplete() {
|
||||||
|
Loading…
Reference in New Issue
Block a user