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

Commit 8ef9373b authored by Qijing Yao's avatar Qijing Yao Committed by Android (Google) Code Review
Browse files

Merge "Ensure indicator clear transation application when drag end" into main

parents 0be51d7e 9a387243
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1796,8 +1796,9 @@ public class DesktopModeWindowDecorViewModel implements WindowDecorViewModel,
                            needDragIndicatorCleanup);
                    if (DesktopExperienceFlags.ENABLE_WINDOW_DROP_SMOOTH_TRANSITION.isTrue()) {
                        if (needDragIndicatorCleanup) {
                            mMultiDisplayDragMoveIndicatorController.onDragEnd(taskInfo.taskId,
                                    mTransactionFactory.get());
                            SurfaceControl.Transaction t = mTransactionFactory.get();
                            mMultiDisplayDragMoveIndicatorController.onDragEnd(taskInfo.taskId, t);
                            t.apply();
                        }
                    }
                    if (DesktopExperienceFlags.ENABLE_FIX_LEAKING_VISUAL_INDICATOR.isTrue()