feat: KFImage를 사용하는 곳에 .cancelOnDisappear(true) 옵션 추가
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user