Commit 811db3cf by 霍志良

feat:弹窗关闭

parent 72735bd1
...@@ -434,9 +434,12 @@ class VerificationCodeActivity : ...@@ -434,9 +434,12 @@ class VerificationCodeActivity :
.setContentView(R.layout.user_kefu_tipdialog) .setContentView(R.layout.user_kefu_tipdialog)
.setOnClickListener(R.id.cancel_dialog) { .setOnClickListener(R.id.cancel_dialog) {
mKeFuDialog?.dismiss() mKeFuDialog?.dismiss()
mKeFuDialog=null
} }
.setAnimation(0)//取消动画 .setAnimation(0)//取消动画
.setOnClickListener(R.id.dial_right_now) { .setOnClickListener(R.id.dial_right_now) {
mKeFuDialog?.dismiss()
mKeFuDialog=null
val dialIntent = val dialIntent =
Intent( Intent(
Intent.ACTION_DIAL, Intent.ACTION_DIAL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment