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

Commit 57bed026 authored by Santiago Etchebehere's avatar Santiago Etchebehere Committed by Automerger Merge Worker
Browse files
parents efd4b7ec 5776107a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ class GridFragment2 : AppbarFragment() {
                    wallpaperInteractor = wallpaperInteractor,
                    screen = CustomizationSections.Screen.HOME_SCREEN,
                ),
            lifecycleOwner = this,
            lifecycleOwner = viewLifecycleOwner,
            offsetToStart = false,
            onWallpaperPreviewDirty = { activity?.recreate() },
        )
+2 −2
Original line number Diff line number Diff line
@@ -237,8 +237,8 @@ open class ThemePickerInjector : WallpaperPicker2Injector(), CustomizationInject
                            client =
                                WallpaperClientImpl(
                                    context = appContext,
                                    infoFactory = getCurrentWallpaperInfoFactory(context),
                                    wallpaperManager = WallpaperManager.getInstance(context)
                                    infoFactory = getCurrentWallpaperInfoFactory(appContext),
                                    wallpaperManager = WallpaperManager.getInstance(appContext)
                                ),
                            wallpaperPreferences = getPreferences(context = appContext),
                            backgroundDispatcher = Dispatchers.IO,
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ class ClockSettingsFragment : AppbarFragment() {
                )
                .get(),
            injector.getClockViewFactory(activity),
            this@ClockSettingsFragment,
            viewLifecycleOwner,
        )

        return view