riku
2025-10-31 1897c4ad5fa73b3f0a36e1aa0e1e9000302a6ace
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中自动显示软键盘的方法