fix UI bug

This commit is contained in:
unknown
2020-03-30 21:06:12 +08:00
parent 6aefc64632
commit 4e10258eb3
2 changed files with 1 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ class AuthorizeFragment(private val invokeTag: String) : MvpFragment<AuthorizeCo
}
override fun initViews() {
Logger.d(TAG,"initView : ${this.hashCode()}")
AnalyticsUtil.track(INVOKE_TRACK_AUTHORIZE_SHOW)
clErrorContainer = this.findViewById(R.id.clLoadingErrorContainer)
clLoadAuthorizeContainer = this.findViewById(R.id.clLoadingAuthorizeContainer)

View File

@@ -31,7 +31,6 @@
android:layout_width="@dimen/dp_147"
android:layout_height="@dimen/dp_147"
android:src="@mipmap/module_authorize_loading"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />