mirror of
https://github.com/status-im/status-react.git
synced 2025-02-18 13:58:24 +00:00
Show bottom sheet when recovering account
This commit is contained in:
parent
f5a61d9a8b
commit
aca296030c
@ -46,8 +46,8 @@
|
|||||||
(defview bottom-sheet-view []
|
(defview bottom-sheet-view []
|
||||||
(letsubs [view-id [:view-id]
|
(letsubs [view-id [:view-id]
|
||||||
acc-to-login-keycard-pairing [:intro-wizard/acc-to-login-keycard-pairing]]
|
acc-to-login-keycard-pairing [:intro-wizard/acc-to-login-keycard-pairing]]
|
||||||
[react/view {:flex 1 :flex-direction :row}
|
[react/view {:flex-direction :row}
|
||||||
[react/view {:flex 1}
|
[react/view {}
|
||||||
;; Show manage storage link when on login screen, only on android devices
|
;; Show manage storage link when on login screen, only on android devices
|
||||||
;; and the selected account is not paired with keycard
|
;; and the selected account is not paired with keycard
|
||||||
(when (and (= view-id :login)
|
(when (and (= view-id :login)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user