Skip to content

Commit 2edf8a1

Browse files
committed
1
1 parent b38427e commit 2edf8a1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

iosApp/iosApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>

miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/utils/PressFeedback.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)