kopia lustrzana https://gitlab.com/mysocialportal/relatica
Set placeholder in notifications manager for wiring in RP settings providers
rodzic
ee660f1ee6
commit
ea8e90fb2e
|
@ -273,7 +273,8 @@ class NotificationsManager extends ChangeNotifier {
|
|||
|
||||
Future<void> _processNewNotifications(
|
||||
Iterable<UserNotification> notifications) async {
|
||||
final groupNotifications = getIt<SettingsService>().notificationGrouping;
|
||||
// TODO get grouping information from Riverpod service
|
||||
// final groupNotifications = getIt<SettingsService>().notificationGrouping;
|
||||
final dmsMap = <String, UserNotification>{};
|
||||
final crMap = <String, UserNotification>{};
|
||||
final unreadMap = <String, UserNotification>{};
|
||||
|
|
Ładowanie…
Reference in New Issue