Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Conversation

@philipbrito
Copy link
Contributor

This PR redesign the chat list view and also closes #864

Note: It's need to change the group icon.

Copy link
Contributor

@rafaelks rafaelks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found few bugs, reported internally.

if (room.unread != null) {
if (room.alert) {
if (room.unread == null) text_total_unread_messages.text = "!"
if (room.unread != null) text_total_unread_messages.text = room.unread
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is actually an else :)
also you can do text_total_unread_messages.text = room.unread ?: "!"

@philipbrito philipbrito merged commit 77b09ed into develop Dec 7, 2018
@philipbrito philipbrito deleted the improvement/chat-list-layout branch December 7, 2018 19:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[UI] More vibrant color scheme for unread messages/channels etc

4 participants