Skip to content

Commit

Permalink
fix: settings item pressability (#19922)
Browse files Browse the repository at this point in the history
fix: settings item pressability (#19922)
  • Loading branch information
OmarBasem authored May 8, 2024
1 parent 161ba27 commit 834bf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quo/components/settings/settings_item/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
[{:keys [title on-press action-props accessibility-label blur? container-style] :as props}]
[rn/pressable
{:style (merge style/container container-style)
:on-press on-press
:on-press (or on-press (:on-change action-props))
:accessibility-label accessibility-label}
[rn/view {:style (style/left-sub-container props)}
[image-component props]
Expand Down

0 comments on commit 834bf61

Please sign in to comment.