Skip to content

Commit

Permalink
Remove debug prop: keyboard-should-persist taps
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisesmac committed Oct 31, 2023
1 parent 6839ffd commit 659abb4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/status_im2/common/floating_button_page/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,9 @@
[rn/view {:on-layout set-header-height}
header]
[rn/scroll-view
{:on-scroll set-content-y-scroll
:scroll-event-throttle 64
:content-container-style {:flex-grow 1}
:keyboard-should-persist-taps true}
{:on-scroll set-content-y-scroll
:scroll-event-throttle 64
:content-container-style {:flex-grow 1}}
[rn/view {:on-layout set-content-container-height}
page-content]]
[rn/keyboard-avoiding-view
Expand Down

0 comments on commit 659abb4

Please sign in to comment.