크리에이터 채널 - 팔로우/팔로잉 버튼 로컬 라이징 적용
This commit is contained in:
@@ -36,13 +36,12 @@ struct FollowCreatorItemView: View {
|
||||
|
||||
Spacer()
|
||||
|
||||
Image(
|
||||
creator.isFollow ?
|
||||
creator.isNotify ?
|
||||
"btn_following_big" :
|
||||
"btn_following_no_alarm_big" :
|
||||
"btn_follow_big"
|
||||
let asset = FollowButtonImageAsset(
|
||||
type: creator.isFollow
|
||||
? (creator.isNotify ? .following : .followingNoAlarm)
|
||||
: .follow
|
||||
)
|
||||
asset.imageView()
|
||||
.onTapGesture {
|
||||
if creator.isFollow {
|
||||
showCreatorFollowNotifyDialog(creator.creatorId)
|
||||
|
||||
Reference in New Issue
Block a user