diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-04-07 16:58:23 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-04-07 16:58:23 -0400 |
| commit | 6e456b97cbdc8c13b586a939ddcdfbf2587ed3cf (patch) | |
| tree | 7235b420e77105068b2f81c8e5470fcb05882a95 /src/screens | |
| parent | 952329c1ee1ebeee27d86d3dc09f4ceaa0b9f6a1 (diff) | |
updated unread styling
Diffstat (limited to 'src/screens')
| -rw-r--r-- | src/screens/chat/ChatListScreen.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/chat/ChatListScreen.tsx b/src/screens/chat/ChatListScreen.tsx index 9011ed4a..98a7f097 100644 --- a/src/screens/chat/ChatListScreen.tsx +++ b/src/screens/chat/ChatListScreen.tsx @@ -80,6 +80,7 @@ const ChatListScreen: React.FC<ChatListScreenProps> = ({navigation}) => { watch: true, }} sort={{last_message_at: -1}} + maxUnreadCount={99} /> </View> </Chat> |
