mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-28 08:10:42 +00:00
[#10432] Fix adding watch-only acc in keycard multiacc
This commit is contained in:
parent
5e1bd9ff48
commit
f6dde28c1a
@ -153,7 +153,8 @@
|
|||||||
[add-account-topbar type]
|
[add-account-topbar type]
|
||||||
[react/scroll-view {:keyboard-should-persist-taps :handled
|
[react/scroll-view {:keyboard-should-persist-taps :handled
|
||||||
:style {:flex 1}}
|
:style {:flex 1}}
|
||||||
(when-not keycard?
|
(when (or (not keycard?)
|
||||||
|
(= type :watch))
|
||||||
[settings add-account entered-password])
|
[settings add-account entered-password])
|
||||||
[common-settings account]]
|
[common-settings account]]
|
||||||
[toolbar/toolbar
|
[toolbar/toolbar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user