Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin 2023-04-22 18:04:47 +04:00
commit d9d1620127
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ public final class MessageInputPanelComponent: Component {
if case .text("") = self.getSendMessageInput() {
self.currentMediaInputIsVoice = !self.currentMediaInputIsVoice
self.state?.updated(transition: Transition(animation: .curve(duration: 0.4, curve: .spring)))
self.state?.updated(transition: Transition(animation: .curve(duration: 0.3, curve: .spring)))
HapticFeedback().impact()
} else {

View File

@ -1,5 +1,5 @@
{
"app": "9.6",
"bazel": "6.1.1",
"xcode": "14.3"
"xcode": "14.2"
}