From 215afc1f5e11e24637c8e03454dbc9df2262a04b Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Wed, 1 Dec 2021 16:28:53 +0300
Subject: Fixes for Mac
---
Juick/Views/ConversationCell.m | 2 +-
Juick/Views/ConversationCell.xib | 98 ++++++++++++++++++----------------------
2 files changed, 46 insertions(+), 54 deletions(-)
(limited to 'Juick/Views')
diff --git a/Juick/Views/ConversationCell.m b/Juick/Views/ConversationCell.m
index 21a3af2..360ed2b 100644
--- a/Juick/Views/ConversationCell.m
+++ b/Juick/Views/ConversationCell.m
@@ -15,7 +15,7 @@
self.chatName.textColor = [UIColor colorNamed:@"Title"];
self.chatName.text = chat.uname;
self.lastMessage.text = chat.lastMessageText;
- self.unreadMarker.hidden = true;
+ self.unreadMarker.hidden = false;
__weak UIImageView *weakAvatar = self.avatar;
[[AppDelegate shared].api fetchImageWithURL:[NSURL URLWithString:chat.avatar] callback:^(NSData *data) {
[UIView transitionWithView:weakAvatar
diff --git a/Juick/Views/ConversationCell.xib b/Juick/Views/ConversationCell.xib
index 4cd7a30..b524816 100644
--- a/Juick/Views/ConversationCell.xib
+++ b/Juick/Views/ConversationCell.xib
@@ -10,64 +10,56 @@
-
-
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -76,7 +68,7 @@
-
+
--
cgit v1.2.3