session-specific notification badge

fix sk22#470
This commit is contained in:
sk
2023-03-21 10:03:31 +01:00
parent 797642b972
commit 58b000927a
3 changed files with 5 additions and 4 deletions

View File

@@ -323,7 +323,7 @@ public class HomeFragment extends AppKitFragment implements OnBackPressedListene
@Subscribe
public void onNotificationReceived(NotificationReceivedEvent notificationReceivedEvent) {
setNotificationBadge(true);
if (notificationReceivedEvent.account.equals(accountID)) setNotificationBadge(true);
}
@Subscribe