Skip to content

Commit

Permalink
fix audio record button interfering cancel android
Browse files Browse the repository at this point in the history
This fix was not needed in react-native 0.63.4 but is needed after we upgraded to 0.67.5
  • Loading branch information
siddarthkay committed Apr 11, 2023
1 parent c88f217 commit c8edaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quo2/components/record_audio/record_audio/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
[rn/view
{:test-ID "record-audio"
:style style/button-container
:hit-slop {:top (if platform/ios? -70 0)
:hit-slop {:top -70
:bottom 0
:left 0
:right 0}
Expand Down

0 comments on commit c8edaa3

Please sign in to comment.