Skip to content

Commit

Permalink
Improve keyboard scrolling
Browse files Browse the repository at this point in the history
Fix condition to scroll
  • Loading branch information
ulisesmac committed Mar 19, 2024
1 parent 03a98a0 commit 88a234f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/common/floating_button_page/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
:content-container-style {:flex-grow 1
:padding-bottom (when @keyboard-did-show?
@footer-container-height)}
:always-bounce-vertical false
:always-bounce-vertical @keyboard-did-show?
:shows-vertical-scroll-indicator false}
(into [rn/view {:on-layout set-content-container-height}]
children)]
Expand Down

0 comments on commit 88a234f

Please sign in to comment.