Skip to content

Commit 384902d

Browse files
committed
refactor: send의 animation api 적용
1 parent 3ad4a71 commit 384902d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Application/DevLogPresentation/Sources/Profile/ProfileView.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ struct ProfileView: View {
4040
}
4141
}
4242
.onChange(of: focused) { _, newValue in
43-
withAnimation {
44-
_ = store.send(.updateStatusTextFieldFocus(newValue))
45-
}
43+
store.send(.updateStatusTextFieldFocus(newValue), animation: .default)
4644
}
4745
.alert($store.scope(state: \.alert, action: \.alert))
4846
.sheet(isPresented: $store.showQuarterPicker) {

0 commit comments

Comments
 (0)