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

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

Merge "Lazily inject WallpaperInteractor (2/2)" into main

parents f8af6130 1391d00b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -201,7 +201,7 @@ internal constructor(

    override fun getWallpaperInteractor(context: Context): WallpaperInteractor {
        if (getFlags().isMultiCropEnabled() && getFlags().isMultiCropPreviewUiEnabled()) {
            return injectedWallpaperInteractor
            return injectedWallpaperInteractor.get()
        }

        val appContext = context.applicationContext