mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-06 23:39:54 +00:00
remove delay
This commit is contained in:
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user