From 21e38bfe17d3077d7ab0e05ee065f59547536692 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期二, 03 十二月 2024 10:33:19 +0800
Subject: [PATCH] 1.添加当前巡检状态的功能。 2.修复工单界面刷新已完成列表导致未完成列表数据被清除的bug

---
 app/src/main/res/layout/top_title.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/app/src/main/res/layout/top_title.xml b/app/src/main/res/layout/top_title.xml
index 249aca8..f242220 100644
--- a/app/src/main/res/layout/top_title.xml
+++ b/app/src/main/res/layout/top_title.xml
@@ -27,7 +27,6 @@
             android:id="@+id/tv_title_middle"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-
             android:layout_centerInParent="true"
             android:textColor="@color/white"
             android:textSize="@dimen/title_center_text_size" />

--
Gitblit v1.8.0