File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Projects/Feature/FeatureCategorySetting/Sources Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -73,16 +73,18 @@ private extension PokitCategorySettingView {
7373 . resizable ( )
7474 . roundedCorner ( 12 , corners: . allCorners)
7575 } else {
76- ZStack {
77- Color . pokit ( . bg( . disable) )
78-
79- if store. selectedProfile? . imageURL != nil {
80- PokitSpinner ( )
81- . foregroundStyle ( . pokit( . icon( . brand) ) )
82- . frame ( width: 48 , height: 48 )
76+ WithPerceptionTracking {
77+ ZStack {
78+ Color . pokit ( . bg( . disable) )
79+
80+ if store. selectedProfile? . imageURL != nil {
81+ PokitSpinner ( )
82+ . foregroundStyle ( . pokit( . icon( . brand) ) )
83+ . frame ( width: 48 , height: 48 )
84+ }
8385 }
86+ . clipShape ( RoundedRectangle ( cornerRadius: 12 ) )
8487 }
85- . clipShape ( RoundedRectangle ( cornerRadius: 12 ) )
8688 }
8789 }
8890 . frame ( width: 80 , height: 80 )
You canโt perform that action at this time.
0 commit comments