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

Commit f263efdb authored by George Lin's avatar George Lin Committed by Android (Google) Code Review
Browse files

Merge "setStaticWallpaper in WallpaperClient (3/3)" into main

parents ecfc005f 7930bff8
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,