mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Transcription animation improvements
This commit is contained in:
@@ -42,7 +42,11 @@ private func transcribedText(message: Message) -> TranscribedText? {
|
||||
if !attribute.text.isEmpty {
|
||||
return .success(text: attribute.text, isPending: attribute.isPending)
|
||||
} else {
|
||||
return .error
|
||||
if attribute.isPending {
|
||||
return nil
|
||||
} else {
|
||||
return .error
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user