Skip to content

Commit

Permalink
fix audio record button interfering cancel android
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Apr 11, 2023
1 parent 5f3d12f commit 246b36a
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 246b36a

Please sign in to comment.