We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad4a71 commit 384902dCopy full SHA for 384902d
1 file changed
Application/DevLogPresentation/Sources/Profile/ProfileView.swift
@@ -40,9 +40,7 @@ struct ProfileView: View {
40
}
41
42
.onChange(of: focused) { _, newValue in
43
- withAnimation {
44
- _ = store.send(.updateStatusTextFieldFocus(newValue))
45
- }
+ store.send(.updateStatusTextFieldFocus(newValue), animation: .default)
46
47
.alert($store.scope(state: \.alert, action: \.alert))
48
.sheet(isPresented: $store.showQuarterPicker) {
0 commit comments