Skip to content

Commit 0d24e1b

Browse files
committed
fix: 텍스트필드가 포커싱 될 때 프로필 사진이 깜빡거리는 현상 해결
1 parent 7363a46 commit 0d24e1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Application/DevLogPresentation/Sources/Profile/ProfileView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ struct ProfileView: View {
8383
}
8484
.frame(width: 60, height: 60)
8585
.cornerRadius(30)
86+
.transaction { $0.animation = nil }
8687

8788
VStack(alignment: .leading) {
8889
Text(store.name)

0 commit comments

Comments
 (0)