|
@@ -604,7 +604,7 @@ public class BaiduFacePreviewActivity extends BaiduFaceMainActivity implements B
|
|
|
if (isNeedVerify) {
|
|
|
|
|
|
|
|
|
- if(ConfigManager.getAuthenticationBeanListBean().getLocalBaiduFace()){
|
|
|
+ if(ConfigManager.isNoVerificationFloatingPages()){
|
|
|
baiduResultView.result(livenessModel,bdFaceCheckConfig.getFeatureCheckMode());
|
|
|
return;
|
|
|
}
|
|
@@ -1223,7 +1223,7 @@ public class BaiduFacePreviewActivity extends BaiduFaceMainActivity implements B
|
|
|
isCreatedRunnable = false;
|
|
|
startTime = 0L;
|
|
|
|
|
|
- if (baiduResultView != null && ConfigManager.getAuthenticationBeanListBean().getLocalBaiduFace()) {
|
|
|
+ if (baiduResultView != null && ConfigManager.isNoVerificationFloatingPages()) {
|
|
|
baiduResultView.showResultPageUI(false, msg, openVoiceMsg);
|
|
|
return;
|
|
|
}
|