From 5a0fff8095cd5356f57c181b7e7b820e0f7efacf Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 20 一月 2022 16:00:14 +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