시리즈 상세 - 크리에이터 팔로우와 알림설정

- 팔로잉 상태에서 알림 켜기/끄기 상태 추가
This commit is contained in:
Yu Sung
2024-09-23 16:57:22 +09:00
parent ed4729ac11
commit 842cbc3073
4 changed files with 47 additions and 10 deletions

View File

@@ -93,6 +93,7 @@ struct CreatorFollowNotifyItem: View {
Spacer()
}
.contentShape(Rectangle())
.onTapGesture(perform: onTapGesture)
}
}