mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-02 03:26:25 -04:00
Improved notification logic on desktop
This commit is contained in:
parent
015b902150
commit
cd90945b56
1 changed files with 3 additions and 2 deletions
|
@ -1161,8 +1161,9 @@ class SidebandCore():
|
|||
self.unread_conversation(context_dest)
|
||||
self.setstate("app.flags.unread_conversations", True)
|
||||
|
||||
if self.gui_display() == "conversations_screen" and self.gui_foreground():
|
||||
should_notify = False
|
||||
if RNS.vendor.platformutils.is_android():
|
||||
if self.gui_display() == "conversations_screen" and self.gui_foreground():
|
||||
should_notify = False
|
||||
|
||||
if self.is_client:
|
||||
should_notify = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue