라이브
- 팔로우/팔로잉 버튼 변경
This commit is contained in:
@@ -29,7 +29,7 @@ struct ContentDetailCreatorProfileView: View {
|
||||
Spacer()
|
||||
|
||||
if creator.creatorId != UserDefaults.int(forKey: .userId) {
|
||||
Image(creator.isFollowing ? "btn_notification_selected" : "btn_notification")
|
||||
Image(creator.isFollowing ? "btn_following_big" : "btn_follow_big")
|
||||
.onTapGesture {
|
||||
if creator.isFollowing {
|
||||
onClickUnFollow(creator.creatorId)
|
||||
|
Reference in New Issue
Block a user