mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 06:14:10 +01:00
trivial formatting change to test checks
Signed-off-by: Julius Linus julius.linus@nextcloud.com
This commit is contained in:
parent
63b9e41a16
commit
42c55cd5ac
@ -145,7 +145,8 @@ class FilterConversationFragment(
|
||||
for ((k, v) in filterState) {
|
||||
if (v) {
|
||||
when (k) {
|
||||
MENTION -> result = (result && conversation.unreadMention) || (
|
||||
MENTION -> result = (result && conversation.unreadMention) ||
|
||||
(
|
||||
result &&
|
||||
(
|
||||
conversation.type == Conversation.ConversationType.ROOM_TYPE_ONE_TO_ONE_CALL ||
|
||||
|
Loading…
Reference in New Issue
Block a user