feat: KFImage를 사용하는 곳에 .cancelOnDisappear(true) 옵션 추가

This commit is contained in:
Yu Sung
2025-10-23 15:09:50 +09:00
parent 425a767927
commit 9568cb7ecd
14 changed files with 17 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ struct LiveRoomUserProfileDialogView: View {
.padding(.top, 21.3)
KFImage(URL(string: userProfile.profileUrl))
.cancelOnDisappear(true)
.resizable()
.aspectRatio(CGSize(width: 1, height: 1), contentMode: .fill)
.cornerRadius(8)