mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-28 16:04:10 +01:00
Visually deselect tag when choosing just a main filter
(cherry picked from commit 78b43f375da7d1d03b862ef5ec9329afee187beb)
This commit is contained in:
parent
8a23d493bb
commit
263a8918d4
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…
Add table
Reference in a new issue