From 3013b813e5df6977c0be921928f73b1a3adde290 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 02 七月 2025 15:52:04 +0800
Subject: [PATCH] ### 一、巡查模块相关
---
app/src/main/java/cn/flightfeather/thirdappmodule/module/inspectioninfo/ProblemChangeActivity.kt | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/app/src/main/java/cn/flightfeather/thirdappmodule/module/inspectioninfo/ProblemChangeActivity.kt b/app/src/main/java/cn/flightfeather/thirdappmodule/module/inspectioninfo/ProblemChangeActivity.kt
index d41cf5b..6b3c755 100644
--- a/app/src/main/java/cn/flightfeather/thirdappmodule/module/inspectioninfo/ProblemChangeActivity.kt
+++ b/app/src/main/java/cn/flightfeather/thirdappmodule/module/inspectioninfo/ProblemChangeActivity.kt
@@ -43,7 +43,6 @@
private val POPUP_TITLE = "闂绫诲瀷"
private var unbinder: Unbinder? = null
- //</editor-fold>
//<editor-fold desc="lifecycle">
@RequiresApi(api = Build.VERSION_CODES.LOLLIPOP)
override fun onCreate(savedInstanceState: Bundle?) {
@@ -72,6 +71,7 @@
}
//</editor-fold>
+
//<editor-fold desc="鏍囬鏍�">
@RequiresApi(api = Build.VERSION_CODES.LOLLIPOP)
@@ -95,6 +95,7 @@
}
//</editor-fold>
+
//<editor-fold desc="ViewPager鍒濆鍖�">
private var tabIndicators = mutableListOf<String>()//tab鏍囬
private var tabFragments = mutableListOf<Fragment>()//鍐呭
--
Gitblit v1.9.3