Use new SessionStore API

This commit is contained in:
Benoit Marty 2025-11-04 16:22:16 +01:00
parent 1bba0d4dda
commit af12ff3c9a

View file

@ -44,7 +44,7 @@ class NotificationRenderer(
) {
val color = enterpriseService.brandColorsFlow(currentUser.userId).first()?.toArgb()
?: NotificationConfig.NOTIFICATION_ACCENT_COLOR
val numberOfAccounts = sessionStore.getAllSessions().size
val numberOfAccounts = sessionStore.numberOfSessions()
val notificationAccountParams = NotificationAccountParams(
user = currentUser,
color = color,