stacktrace

This commit is contained in:
Avently
2025-01-21 18:56:52 +07:00
parent 729f8f06fa
commit 4a8304b422
@@ -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
}