wallet modal android fix
This commit is contained in:
parent
12080ba4d8
commit
56fe8f3763
|
@ -30,6 +30,10 @@
|
|||
:modal-white {:height 0
|
||||
:bar-style "light-content"
|
||||
:color styles/color-black}
|
||||
;;TODO because this bug in RN https://github.com/facebook/react-native/issues/7474
|
||||
:modal-wallet {:height 0
|
||||
:bar-style "light-content"
|
||||
:color styles/color-black}
|
||||
:transaction {:height 0
|
||||
:bar-style "light-content"
|
||||
:color styles/color-dark-blue-2}
|
||||
|
|
|
@ -30,6 +30,9 @@
|
|||
:transaction {:height 20
|
||||
:bar-style "light-content"
|
||||
:color styles/color-transparent}
|
||||
:modal-wallet {:height 20
|
||||
:bar-style "light-content"
|
||||
:color styles/color-blue4}
|
||||
:wallet {:height 20
|
||||
:bar-style "light-content"
|
||||
:color styles/color-blue4}}
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
from-chat? [:get-in [:wallet/send-transaction :from-chat?]]]
|
||||
[react/keyboard-avoiding-view wallet.styles/wallet-modal-container
|
||||
[react/view components.styles/flex
|
||||
[status-bar/status-bar {:type :wallet}]
|
||||
[status-bar/status-bar {:type :modal-wallet}]
|
||||
[toolbar-modal from-chat?]
|
||||
[react/scroll-view {:keyboardShouldPersistTaps :always}
|
||||
[react/view components.styles/flex
|
||||
|
|
Loading…
Reference in New Issue