Merge "Update live tile's pivot when ReccentsView's pivot is updated" into main
This commit is contained in:
@@ -4948,6 +4948,10 @@ public abstract class RecentsView<
|
||||
}
|
||||
setPivotX(mTempPointF.x);
|
||||
setPivotY(mTempPointF.y);
|
||||
if (enableGridOnlyOverview()) {
|
||||
runActionOnRemoteHandles(remoteTargetHandle ->
|
||||
remoteTargetHandle.getTaskViewSimulator().setPivotOverride(mTempPointF));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user