no message

This commit is contained in:
liujing
2021-09-26 22:16:20 +08:00
parent e938a21446
commit b1e1532578

View File

@@ -45,7 +45,9 @@ public class CheckDialog extends BaseFloatDialog {
checkDetail = findViewById(R.id.check_detail);
checkDetail.setOnClickListener(v -> {
cancel();
CallerCheckManager.startCheckActivity(mContext);
if (mContext != null) {
CallerCheckManager.startCheckActivity(mContext);
}
});
//根据条件显示体检页面/风险提示