Commit 8cb5d846 authored by yinjiacheng's avatar yinjiacheng

fix UI走查 退出登录确认弹窗

parent 2d888a2b
......@@ -137,6 +137,7 @@ class SystemSettingActivity : BaseActivity<ActivitySystemSettingBinding>() {
ApiService.userLogout(logoutCallBack)
}
})
dialog.setLeftBtnColor(ContextCompat.getColor(this, R.color.color_666666))
dialog.setRightBtnColor(ContextCompat.getColor(this, R.color.color_FFFF3A3A))
dialog.show()
}
......
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