Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a410269 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12158986 from 3ba38cca to 24Q4-release

Change-Id: Ia06dab6fd7477a7821b3afb057d49b38fb8cd4b3
parents 0ef660ca 3ba38cca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ constructor(
            ?: NotificationSettingsInteractor(
                    repository =
                        NotificationSettingsRepository(
                            scope = getApplicationCoroutineScope(),
                            backgroundScope = bgScope,
                            backgroundDispatcher = bgDispatcher,
                            secureSettingsRepository = secureSettingsRepository.get(),
                            systemSettingsRepository = systemSettingsRepository.get(),
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ class NotificationsSnapshotRestorerTest {
            NotificationSettingsInteractor(
                repository =
                    NotificationSettingsRepository(
                        scope = testScope.backgroundScope,
                        backgroundScope = testScope.backgroundScope,
                        backgroundDispatcher = testDispatcher,
                        secureSettingsRepository = fakeSecureSettingsRepository,
                        systemSettingsRepository = fakeSystemSettingsRepository,
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ class NotificationSectionViewModelTest {
            NotificationSettingsInteractor(
                repository =
                    NotificationSettingsRepository(
                        scope = testScope.backgroundScope,
                        backgroundScope = testScope.backgroundScope,
                        backgroundDispatcher = testDispatcher,
                        secureSettingsRepository = FakeSecureSettingsRepository(),
                        systemSettingsRepository = FakeSystemSettingsRepository(),