|
@@ -147,7 +147,7 @@ class QuestionListActivity : BaseMVVMActivity<ActivityQuestionListBinding, Quest
|
|
|
* 退出确认弹窗
|
|
* 退出确认弹窗
|
|
|
*/
|
|
*/
|
|
|
private fun showTipsDialog() {
|
|
private fun showTipsDialog() {
|
|
|
- TipsDialog.TipDialogBuilder().title("提示").content("您确定取消测评?").leftBtnText("取消")
|
|
|
|
|
|
|
+ TipsDialog.TipDialogBuilder().title("提示").content("您确定取消测评吗?").leftBtnText("取消")
|
|
|
.rightBtnText("确定").leftClick({}, true).rightClick({
|
|
.rightBtnText("确定").leftClick({}, true).rightClick({
|
|
|
finish()
|
|
finish()
|
|
|
}, true).show(supportFragmentManager)
|
|
}, true).show(supportFragmentManager)
|