fix: 去掉面板日期 + 修复NFC全零卡号误触发
1. 面板去掉日期显示,只保留时间 2. FiseNfcController读到全零卡号(无卡贴近)时不触发回调, 避免拿无效nfcId调API导致直接失败 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -37,16 +37,6 @@
|
||||
android:textColor="@color/text_primary"
|
||||
android:textSize="48sp" />
|
||||
|
||||
<!-- 日期显示 -->
|
||||
<TextView
|
||||
android:id="@+id/tvPunchDate"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:text="1月1日 星期一"
|
||||
android:textColor="@color/text_secondary"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<!-- NFC 扫描提示(默认隐藏) -->
|
||||
<TextView
|
||||
android:id="@+id/tvNfcHint"
|
||||
|
||||
Reference in New Issue
Block a user