parent
f0a6fc87e7
commit
f8538e53d7
|
@ -134,12 +134,12 @@
|
||||||
:fontSize 12
|
:fontSize 12
|
||||||
:fontFamily font}}
|
:fontFamily font}}
|
||||||
"Active a minute ago"])]
|
"Active a minute ago"])]
|
||||||
[view {:style {:position "absolute"
|
(when (not group?)
|
||||||
:top 10
|
[view {:style {:position "absolute"
|
||||||
:right 66}}
|
:top 10
|
||||||
[chat-photo {}]
|
:right 66}}
|
||||||
(when (not group?)
|
[chat-photo {}]
|
||||||
[contact-online {:online true}])]]))
|
[contact-online {:online true}]])]))
|
||||||
|
|
||||||
(defn chat [{:keys [navigator]}]
|
(defn chat [{:keys [navigator]}]
|
||||||
(let [messages (subscribe [:get-chat-messages])
|
(let [messages (subscribe [:get-chat-messages])
|
||||||
|
|
Loading…
Reference in New Issue