mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 13:09:46 +01:00
PMD: Use opposite operator instead of the logic complement operator.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
da9daed3a9
commit
0a70567452
@ -183,7 +183,7 @@ public class NotificationWorker extends Worker {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
muteCall = !(conversation.getNotificationCalls() == 1);
|
muteCall = conversation.getNotificationCalls() != 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user