diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatInfoView.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatInfoView.kt index 26fbefdf5c..7449167874 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatInfoView.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatInfoView.kt @@ -1411,7 +1411,7 @@ private suspend fun afterSetChatTTL(rhId: Long?, chatInfo: ChatInfo, progressInd pagination = pagination ) } catch (e: Exception) { - Log.e(TAG, "apiGetChat error: ${e.message}") + Log.e(TAG, "apiGetChat error: ${e.stackTraceToString()}") } finally { progressIndicator.value = false }