forked from mirror/monocles_chat_clean
Visually deselect tag when choosing just a main filter
(cherry picked from commit 78b43f375da7d1d03b862ef5ec9329afee187beb)
This commit is contained in:
parent
a50cc04639
commit
d682951226
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ public class ConversationsActivity extends XmppActivity implements OnConversatio
|
|||
} else if (id == DRAWER_ALL_CHATS || id == DRAWER_DIRECT_MESSAGES || id == DRAWER_CHANNELS) {
|
||||
selectedTag = null;
|
||||
mainFilter = id;
|
||||
binding.drawer.getSelectExtension().deselect();
|
||||
} else if (id >= 1000) {
|
||||
selectedTag = (Tag) drawerItem.getTag();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue