remove delay

This commit is contained in:
Diogo
2025-01-22 13:03:53 +00:00
parent cf158ed129
commit cb5c906757
@@ -1370,7 +1370,6 @@ private fun setChatTTL(
withBGApi {
try {
chatModel.controller.setChatTTL(rhId, chatInfo.chatType, chatInfo.apiId, chatTTL.value)
delay(5000)
afterSetChatTTL(rhId, chatInfo, progressIndicator)
} catch (e: Exception) {
chatTTL.value = previousChatTTL