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

Commit 7e44cacf authored by Pragya Bajoria's avatar Pragya Bajoria
Browse files

Fix a typo in DesktopTasksController.kt

Bug: 357060209
Flag: EXEMPT (minor refactor)
Change-Id: I1a7df2e378e3affc5ad2a64d32a33552930042ab
parent 913e30ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1179,7 +1179,7 @@ class DesktopTasksController(
        val userContext =
            context.createContextAsUser(userHandle, /* flags= */ 0)
        val intent = Intent(userContext, DesktopWallpaperActivity::class.java)
        intent.putExtra(Intent.EXTRA_USER_HANDLE, userId);
        intent.putExtra(Intent.EXTRA_USER_HANDLE, userId)
        val options =
            ActivityOptions.makeBasic().apply {
                launchWindowingMode = WINDOWING_MODE_FULLSCREEN