Force transparent color for timestamp android

Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
This commit is contained in:
Gheorghe Pinzaru 2020-09-14 10:36:36 +03:00
parent 13e46c2fb0
commit f7ec945c56
No known key found for this signature in database
GPG Key ID: C9A094959935A952
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
(defn message-timestamp-placeholder (defn message-timestamp-placeholder
[] []
(merge message-timestamp {:opacity 0})) (merge message-timestamp {:opacity 0 :color "rgba(0,0,0,0)"}))
(defn message-timestamp-text (defn message-timestamp-text
[justify-timestamp? outgoing rtl?] [justify-timestamp? outgoing rtl?]