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

Commit 2315f5ea authored by Orhan Uysal's avatar Orhan Uysal Committed by Android (Google) Code Review
Browse files

Merge "Don't specify creator BAL options while sending PI" into main

parents e084d533 5f6d522a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ import android.content.Context
import android.content.Intent
import android.content.Intent.FILL_IN_COMPONENT
import android.graphics.Rect
import android.os.Bundle
import android.os.IBinder
import android.os.SystemClock
import android.view.SurfaceControl
@@ -124,7 +125,7 @@ class DragToDesktopTransitionHandler(
                options.toBundle()
        )
        val wct = WindowContainerTransaction()
        wct.sendPendingIntent(pendingIntent, launchHomeIntent, options.toBundle())
        wct.sendPendingIntent(pendingIntent, launchHomeIntent, Bundle())
        val startTransitionToken = transitions
                .startTransition(TRANSIT_DESKTOP_MODE_START_DRAG_TO_DESKTOP, wct, this)