mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 22:11:22 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
commit
d9d1620127
@ -144,7 +144,7 @@ public final class MessageInputPanelComponent: Component {
|
|||||||
|
|
||||||
if case .text("") = self.getSendMessageInput() {
|
if case .text("") = self.getSendMessageInput() {
|
||||||
self.currentMediaInputIsVoice = !self.currentMediaInputIsVoice
|
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()
|
HapticFeedback().impact()
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"app": "9.6",
|
"app": "9.6",
|
||||||
"bazel": "6.1.1",
|
"bazel": "6.1.1",
|
||||||
"xcode": "14.3"
|
"xcode": "14.2"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user