1.轨迹选择开始时间弹窗,等一分钟以上点OK,会出现开始时间晚于结束时间bug

2. 隐藏【Notifications Setting】运动信息通知开关
3.修复进入"LED Light"界面,蓝牙已连接,LED关闭状态,选择其中一个模式,LED开关跟随切换为开,但此时设备LED并没有开
This commit is contained in:
yezhiqiu
2026-01-16 15:59:16 +08:00
parent 8bb497b548
commit 6e519da2d4
8 changed files with 23 additions and 14 deletions

View File

@@ -33,11 +33,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_10" />
android:layout_marginTop="@dimen/dp_10"
android:visibility="gone" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_list"
android:layout_width="match_parent"
android:visibility="gone"
android:layout_height="wrap_content"/>
android:layout_height="wrap_content"
android:visibility="gone" />
</androidx.appcompat.widget.LinearLayoutCompat>