优化
This commit is contained in:
@@ -24,7 +24,7 @@ class SourceLoginActivity : VMBaseActivity<ActivitySourceLoginBinding, SourceLog
|
|||||||
private fun initView(source: BaseSource) {
|
private fun initView(source: BaseSource) {
|
||||||
if (source.loginUi.isNullOrEmpty()) {
|
if (source.loginUi.isNullOrEmpty()) {
|
||||||
supportFragmentManager.beginTransaction()
|
supportFragmentManager.beginTransaction()
|
||||||
.replace(R.id.fl_fragment, WebViewLoginFragment())
|
.replace(R.id.fl_fragment, WebViewLoginFragment(), "webViewLogin")
|
||||||
.commit()
|
.commit()
|
||||||
} else {
|
} else {
|
||||||
showDialogFragment<SourceLoginDialog>()
|
showDialogFragment<SourceLoginDialog>()
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
android:id="@+id/title_bar"
|
android:id="@+id/title_bar"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
app:attachToActivity="false"
|
||||||
app:title="@string/login" />
|
app:title="@string/login" />
|
||||||
|
|
||||||
<WebView
|
<WebView
|
||||||
|
|||||||
Reference in New Issue
Block a user