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

Commit e35d8a93 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix a typo in DesktopTasksController.kt" into main

parents 08a9e949 7e44cacf
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