mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-14 23:25:33 +00:00
stacktrace
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user