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

Commit 7c550a5d authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

Merge branch '484-master-s_crash' into 'master'

BlissLauncher: dont set zoom when window token is null

See merge request !105
parents aacf2213 bb39d067
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ class DepthManager(private val launcher: LauncherActivity) {

    fun updateDepth() {
        val windowToken = launcher.rootView.windowToken
        if (windowToken != null) {
            setWallpaperZoomOut.invoke(wallpaperManager, windowToken, 1)
        }
    }
}