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

Commit 7930bff8 authored by George Lin's avatar George Lin
Browse files

setStaticWallpaper in WallpaperClient (3/3)

Implementation of setStaticWallpaper

Test: DefaultGoogleWallpaperPreferencesTest
Bug: 303315365
Flag: ACONFIG com.android.systemui.scene_container DEVELOPMENT
Change-Id: Ide774fec7d3c26c7941863fda18155125c3675e0
parent 63ca378c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -207,7 +207,8 @@ internal constructor(
                                WallpaperClientImpl(
                                    context = appContext,
                                    infoFactory = getCurrentWallpaperInfoFactory(appContext),
                                    wallpaperManager = WallpaperManager.getInstance(appContext)
                                    wallpaperManager = WallpaperManager.getInstance(appContext),
                                    wallpaperPreferences = getPreferences(appContext)
                                ),
                            wallpaperPreferences = getPreferences(context = appContext),
                            backgroundDispatcher = bgDispatcher,