diff --git a/RiotSwiftUI/Modules/Room/Composer/View/Composer.swift b/RiotSwiftUI/Modules/Room/Composer/View/Composer.swift index 39fa511d9..01d695e83 100644 --- a/RiotSwiftUI/Modules/Room/Composer/View/Composer.swift +++ b/RiotSwiftUI/Modules/Room/Composer/View/Composer.swift @@ -149,7 +149,7 @@ struct Composer: View { focused = true } } - .animation(.easeInOut(duration: 0.1), value: wysiwygViewModel.idealHeight) + .animation(.easeInOut(duration: 0.15), value: wysiwygViewModel.idealHeight) HStack(spacing: 0) { Button { showSendMediaActions()