File tree 2 files changed +3
-4
lines changed
quo/components/selectors/selectors
status_im/contexts/onboarding/common/background
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 32
32
[rn/pressable
33
33
(when-not disabled?
34
34
{:on-press on-press
35
- :allow-multiple-presses? true })
35
+ :allow-multiple-presses? true
36
+ :hit-slop 12 })
36
37
[rn/view
37
38
{:style outer-styles
38
39
:needs-offscreen-alpha-compositing true
Original file line number Diff line number Diff line change 58
58
(reset! shell.state/screen-height height)
59
59
(async-storage/set-item! :screen-height height))))
60
60
61
- (defn f- view
61
+ (defn view
62
62
[dark-overlay?]
63
63
(let [view-id (rf/sub [:view-id ])
64
64
animate? (not dark-overlay?)
94
94
:blur-radius (if platform/android? 25 10 )
95
95
:blur-type :transparent
96
96
:overlay-color :transparent }])]))
97
-
98
- (defn view [dark-overlay?] [:f> f-view dark-overlay?])
You can’t perform that action at this time.
0 commit comments