Skip to content

Commit

Permalink
[fix] #120 Perception Tracking ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
stealmh committed Sep 17, 2024
1 parent 022b5e3 commit 018f72f
Showing 1 changed file with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,18 @@ private extension PokitCategorySettingView {
.resizable()
.roundedCorner(12, corners: .allCorners)
} else {
ZStack {
Color.pokit(.bg(.disable))

if store.selectedProfile?.imageURL != nil {
PokitSpinner()
.foregroundStyle(.pokit(.icon(.brand)))
.frame(width: 48, height: 48)
WithPerceptionTracking {
ZStack {
Color.pokit(.bg(.disable))

if store.selectedProfile?.imageURL != nil {
PokitSpinner()
.foregroundStyle(.pokit(.icon(.brand)))
.frame(width: 48, height: 48)
}
}
.clipShape(RoundedRectangle(cornerRadius: 12))
}
.clipShape(RoundedRectangle(cornerRadius: 12))
}
}
.frame(width: 80, height: 80)
Expand Down

0 comments on commit 018f72f

Please sign in to comment.