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