Browse Source

crash bug on mumu

billyyoyo 6 years ago
parent
commit
6af5c2bf44
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/src/main/java/com/sheep/gamegroup/util/CommonUtil.java

+ 2 - 0
app/src/main/java/com/sheep/gamegroup/util/CommonUtil.java

@@ -1463,8 +1463,10 @@ public class CommonUtil {
                     public void onError(BaseMessage baseMessage) {
                         if (baseMessage.getCode() == 404000022) {
                             Jump2View.getInstance().goFaceWithQR(activity, Constant.INTENT_DETECT_LIVENESS, token, "check");
+                            return;
                         } else if (baseMessage.getCode() == 404000023) {
                             Jump2View.getInstance().goFaceWithQR(activity, Constant.INTENT_DETECT_FACE, token, "check");
+                            return;
                         } else if (baseMessage.getCode() == 404000024) {
                             G.showToast("提示:请在小绵羊APP内完成当前账号绑定手机号");
                         } else if (baseMessage.getCode() == 404000025) {