diff --git a/quickstep/src/com/android/launcher3/taskbar/TaskbarDragController.java b/quickstep/src/com/android/launcher3/taskbar/TaskbarDragController.java index 91facf70d4..0361c75c38 100644 --- a/quickstep/src/com/android/launcher3/taskbar/TaskbarDragController.java +++ b/quickstep/src/com/android/launcher3/taskbar/TaskbarDragController.java @@ -542,7 +542,7 @@ public class TaskbarDragController extends DragController im // maybeOnDragEnd() SurfaceControl.Transaction transaction = new SurfaceControl.Transaction(); transaction.remove(dragSurface); - SurfaceSyncGroup syncGroup = new SurfaceSyncGroup(); + SurfaceSyncGroup syncGroup = new SurfaceSyncGroup("TaskBarController"); syncGroup.addSyncCompleteCallback(mActivity.getMainExecutor(), transaction::close); syncGroup.addToSync(viewRoot); syncGroup.addTransactionToSync(transaction);