diff --git a/Tusker/Screens/Compose/MainComposeTextView.swift b/Tusker/Screens/Compose/MainComposeTextView.swift index e03325e2..d2b87e5d 100644 --- a/Tusker/Screens/Compose/MainComposeTextView.swift +++ b/Tusker/Screens/Compose/MainComposeTextView.swift @@ -36,8 +36,9 @@ struct MainComposeTextView: View { ) { (textView) in self.height = max(textView.contentSize.height, minHeight) } - .frame(height: height ?? minHeight) - }.onAppear { + } + .frame(height: height ?? minHeight) + .onAppear { if !hasFirstAppeared { hasFirstAppeared = true becomeFirstResponder = true