diff --git a/src/status_im/common/floating_button_page/view.cljs b/src/status_im/common/floating_button_page/view.cljs index 041679de5c..e8391ef607 100644 --- a/src/status_im/common/floating_button_page/view.cljs +++ b/src/status_im/common/floating_button_page/view.cljs @@ -61,7 +61,7 @@ (defn view [{:keys [header footer customization-color footer-container-padding header-container-style content-container-style gradient-cover? keyboard-should-persist-taps shell-overlay? - blur-options content-avoid-keyboard?] + blur-options content-avoid-keyboard? automatically-adjust-keyboard-insets] :or {footer-container-padding (safe-area/get-top)}} & children] (reagent/with-let [scroll-view-ref (atom nil) @@ -123,7 +123,7 @@ :scroll-event-throttle 64 :content-container-style {:flex-grow 1} :always-bounce-vertical @keyboard-did-show? - :automatically-adjust-keyboard-insets true + :automatically-adjust-keyboard-insets automatically-adjust-keyboard-insets :shows-vertical-scroll-indicator false :keyboard-should-persist-taps keyboard-should-persist-taps} (into [rn/view diff --git a/src/status_im/contexts/onboarding/create_password/view.cljs b/src/status_im/contexts/onboarding/create_password/view.cljs index c4fd610443..e65287fe54 100644 --- a/src/status_im/contexts/onboarding/create_password/view.cljs +++ b/src/status_im/contexts/onboarding/create_password/view.cljs @@ -193,6 +193,7 @@ {:header [page-nav] :keyboard-should-persist-taps :handled :content-avoid-keyboard? true + :automatically-adjust-keyboard-insets true :blur-options {:blur-amount 34 :blur-radius 20