fix: taskId defaultValue 加 L 后缀修复 long 类型解析错误
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
android:id="@+id/taskDetailFragment"
|
android:id="@+id/taskDetailFragment"
|
||||||
android:name="com.xiaoqu.watch.ui.task.TaskDetailFragment"
|
android:name="com.xiaoqu.watch.ui.task.TaskDetailFragment"
|
||||||
android:label="任务详情">
|
android:label="任务详情">
|
||||||
<argument android:name="taskId" android:defaultValue="0" app:argType="long" />
|
<argument android:name="taskId" android:defaultValue="0L" app:argType="long" />
|
||||||
</fragment>
|
</fragment>
|
||||||
|
|
||||||
<!-- 打卡页 -->
|
<!-- 打卡页 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user