rename id
This commit is contained in:
@@ -41,7 +41,7 @@ class AuthorizeFragment(private val invokeTag: String) : MvpFragment<AuthorizeCo
|
||||
|
||||
override fun readyToAuthorize() {
|
||||
clLoadingErrorContainer.visibility = View.GONE
|
||||
clLoadingContainer.visibility = View.VISIBLE
|
||||
clLoadingAuthorizeContainer.visibility = View.VISIBLE
|
||||
}
|
||||
|
||||
override fun showAuthorizationAgreementContent(
|
||||
@@ -51,7 +51,7 @@ class AuthorizeFragment(private val invokeTag: String) : MvpFragment<AuthorizeCo
|
||||
agreementBottom: String,
|
||||
agreementLast: String) {
|
||||
VoiceUtil.speak(context!!.resources.getString(R.string.module_authorize_agreement_tip), context!!, this)
|
||||
clLoadingContainer.visibility = View.GONE
|
||||
clLoadingAuthorizeContainer.visibility = View.GONE
|
||||
clAuthorizeContainer.visibility = View.VISIBLE
|
||||
this.agreementId = agreementId
|
||||
tvAuthorizeTitle.text = Html.fromHtml(agreementTitle)
|
||||
@@ -61,7 +61,7 @@ class AuthorizeFragment(private val invokeTag: String) : MvpFragment<AuthorizeCo
|
||||
}
|
||||
|
||||
override fun showAuthorizationError() {
|
||||
clLoadingContainer.visibility = View.GONE
|
||||
clLoadingAuthorizeContainer.visibility = View.GONE
|
||||
clLoadingErrorContainer.visibility = View.VISIBLE
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
android:background="#000000">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/clLoadingContainer"
|
||||
android:id="@+id/clLoadingAuthorizeContainer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginLeft="@dimen/dp_330"
|
||||
|
||||
Reference in New Issue
Block a user