File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/utils Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1717 <key >CFBundleShortVersionString </key >
1818 <string >1.0.4 </string >
1919 <key >CFBundleVersion </key >
20- <string >515 </string >
20+ <string >517 </string >
2121 <key >LSRequiresIPhoneOS </key >
2222 <true />
2323 <key >CADisableMinimumFrameDurationOnPhone </key >
Original file line number Diff line number Diff line change @@ -176,7 +176,6 @@ private class PressTiltNode(
176176 if (pointerEvent.type == PointerEventType .Press ) {
177177 val offset = pointerEvent.changes.first().position
178178
179- // 根据点击位置计算旋转方向
180179 transformOrigin = TransformOrigin (
181180 pivotFractionX = if (offset.x < bounds.width / 2f ) 1f else 0f ,
182181 pivotFractionY = if (offset.y < bounds.height / 2f ) 1f else 0f
You can’t perform that action at this time.
0 commit comments