|
@@ -28,6 +28,7 @@ import cn.yyxx.eyuangame.core.utils.TimeDownUtils
|
|
|
import cn.yyxx.support.AndroidBug5497Workaround
|
|
|
import cn.yyxx.support.DensityUtils
|
|
|
import cn.yyxx.support.ResUtils
|
|
|
+import cn.yyxx.support.hawkeye.ToastUtils
|
|
|
import com.google.android.material.tabs.TabLayout
|
|
|
|
|
|
/**
|
|
@@ -100,6 +101,7 @@ class LoginActivity : FragmentActivity(), View.OnClickListener {
|
|
|
if (loginContainer.visibility == View.GONE) {
|
|
|
showChooseDialog()
|
|
|
}
|
|
|
+ ToastUtils.toastInfo(this@LoginActivity, result)
|
|
|
implCallback?.onResult(-1, result)
|
|
|
}
|
|
|
|