fixed wallet settings hook screen on iphone x
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
a4efc661e1
commit
c9c778c063
|
@ -270,7 +270,8 @@
|
||||||
:wallet-onboarding-setup
|
:wallet-onboarding-setup
|
||||||
:wallet-settings-assets
|
:wallet-settings-assets
|
||||||
:wallet-modal
|
:wallet-modal
|
||||||
:wallet-onboarding-setup-modal)
|
:wallet-onboarding-setup-modal
|
||||||
|
:wallet-settings-hook)
|
||||||
colors/blue
|
colors/blue
|
||||||
|
|
||||||
(:qr-viewer
|
(:qr-viewer
|
||||||
|
|
|
@ -58,8 +58,8 @@
|
||||||
(defview settings-hook []
|
(defview settings-hook []
|
||||||
(letsubs [{:keys [label view]} [:get-screen-params :wallet-settings-hook]
|
(letsubs [{:keys [label view]} [:get-screen-params :wallet-settings-hook]
|
||||||
{address :address} [:account/account]]
|
{address :address} [:account/account]]
|
||||||
[react/view {:style {:flex 1 :background-color colors/white}}
|
[react/view {:style {:flex 1 :background-color colors/blue}}
|
||||||
[status-bar/status-bar {:type :modal-wallet}]
|
[status-bar/status-bar {:type :wallet}]
|
||||||
[toolbar/toolbar {:style wallet.styles/toolbar}
|
[toolbar/toolbar {:style wallet.styles/toolbar}
|
||||||
[toolbar/nav-button (actions/back-white #(do (re-frame/dispatch [:update-wallet])
|
[toolbar/nav-button (actions/back-white #(do (re-frame/dispatch [:update-wallet])
|
||||||
(re-frame/dispatch [:navigate-back])))]
|
(re-frame/dispatch [:navigate-back])))]
|
||||||
|
|
Loading…
Reference in New Issue