app/src/main/java/cn/flightfeather/thirdappmodule/module/base/BaseActivity.kt
@@ -40,7 +40,7 @@ } catch (e: Exception) { e.printStackTrace() } setContentView(getLayoutId()) getLayoutId()?.let { setContentView(it) } rootView = findViewById<ViewGroup>(android.R.id.content).getChildAt(0) as ViewGroup } @@ -62,7 +62,7 @@ } abstract fun getLayoutId(): Int abstract fun getLayoutId(): Int? /** * 拓展activity中自动显示软键盘的方法