mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
0b7a6dab8e
commit
18a6a3c2a9
@ -102,7 +102,7 @@ private final class TranslateScreenComponent: CombinedComponent {
|
||||
guard let strongSelf = self else {
|
||||
return
|
||||
}
|
||||
strongSelf.translatedText = text
|
||||
strongSelf.translatedText = text?.0
|
||||
strongSelf.updated(transition: .immediate)
|
||||
}, error: { error in
|
||||
|
||||
@ -127,7 +127,7 @@ private final class TranslateScreenComponent: CombinedComponent {
|
||||
guard let strongSelf = self else {
|
||||
return
|
||||
}
|
||||
strongSelf.translatedText = text
|
||||
strongSelf.translatedText = text?.0
|
||||
strongSelf.updated(transition: .immediate)
|
||||
}, error: { error in
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user