mirror of
https://github.com/status-im/status-react.git
synced 2025-02-18 13:58:24 +00:00
fixed active button position
This commit is contained in:
parent
d6a589b5bc
commit
60680f7293
@ -140,6 +140,7 @@
|
||||
edit? [:get-in [:contacts-ui-props :edit?]]
|
||||
groups [:all-added-groups]
|
||||
tabs-hidden? [:tabs-hidden?]]
|
||||
[view {:flex 1}
|
||||
[view (st/contacts-list-container tabs-hidden?)
|
||||
(if edit?
|
||||
[toolbar-edit]
|
||||
@ -156,6 +157,6 @@
|
||||
:edit? edit?}])]
|
||||
[view st/empty-contact-groups
|
||||
[react/icon :group_big st/empty-contacts-icon]
|
||||
[text {:style st/empty-contacts-text} (label :t/no-contacts)]])
|
||||
[text {:style st/empty-contacts-text} (label :t/no-contacts)]])]
|
||||
(when (and (not edit?) (get-in platform-specific [:contacts :action-button?]))
|
||||
[contacts-action-button])])
|
||||
|
Loading…
x
Reference in New Issue
Block a user