mirror of
https://github.com/status-im/status-mobile.git
synced 2025-03-01 00:30:49 +00:00
Close drawer on 'switch users' click
This commit is contained in:
parent
c63737202a
commit
9ec8f70cfe
@ -80,7 +80,10 @@
|
|||||||
:handler (fn [])}]]
|
:handler (fn [])}]]
|
||||||
[view {:style {:paddingVertical 36
|
[view {:style {:paddingVertical 36
|
||||||
:alignItems :center}}
|
:alignItems :center}}
|
||||||
[touchable-opacity {}
|
[touchable-opacity {:onPress (fn []
|
||||||
|
(close-drawer)
|
||||||
|
;; TODO not implemented
|
||||||
|
)}
|
||||||
[text {:style {:fontSize 14
|
[text {:style {:fontSize 14
|
||||||
:fontFamily font
|
:fontFamily font
|
||||||
:lineHeight 21
|
:lineHeight 21
|
||||||
|
Loading…
x
Reference in New Issue
Block a user