From 0cd0a638a139c128bfb05640800328751997aef1 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Wed, 25 May 2016 11:35:51 +0300 Subject: [PATCH 1/2] update protocol dependency Former-commit-id: 83c36caf3a3f83d3f7787b14defa10cfc456ed22 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c17fd71221..647d7ad498 100644 --- a/project.clj +++ b/project.clj @@ -10,7 +10,7 @@ [prismatic/schema "1.0.4"] ^{:voom {:repo "https://github.com/status-im/status-lib.git" :branch "master"}} - [status-im/protocol "0.1.1-20160524_084524-gae39f36"] + [status-im/protocol "0.1.1-20160525_083359-g53ab2c2"] [natal-shell "0.1.6"] [com.andrewmcveigh/cljs-time "0.4.0"]] :plugins [[lein-cljsbuild "1.1.1"] From ded52dca90671d234a1e7f285a35db9ded5d88f0 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Wed, 25 May 2016 11:37:49 +0300 Subject: [PATCH 2/2] uncomment name view Former-commit-id: 6ff7c71e35be89d4314106c37cd3792b882d4d09 --- src/status_im/chats_list/views/inner_item.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/chats_list/views/inner_item.cljs b/src/status_im/chats_list/views/inner_item.cljs index 2035b7f980..783578c3a1 100644 --- a/src/status_im/chats_list/views/inner_item.cljs +++ b/src/status_im/chats_list/views/inner_item.cljs @@ -14,7 +14,7 @@ [view st/chat-icon-container [chat-icon-view-chat-list chat-id group-chat name color online]] [view st/item-container - #_[view st/name-view + [view st/name-view [text {:style st/name-text} (truncate-str name 20)] (when group-chat [icon :group st/group-icon])