Merge branch 'development'

This commit is contained in:
Anton Stubenbord
2023-02-12 12:50:15 +01:00
3 changed files with 6 additions and 4 deletions

View File

@@ -161,8 +161,7 @@ void main() async {
value: connectivityStatusService,
),
Provider<LocalNotificationService>.value(
value: localNotificationService,
),
value: localNotificationService),
Provider.value(value: DocumentChangedNotifier()),
],
child: MultiRepositoryProvider(