Commit 655ab19c authored by nanahira's avatar nanahira

fix

parent ea16231a
...@@ -65,7 +65,7 @@ public class MyCardHelper { ...@@ -65,7 +65,7 @@ public class MyCardHelper {
return false; return false;
} }
} }
else if (www.responseCode >= 400) if (www.responseCode >= 400)
{ {
fail_reason = "Login failed"; fail_reason = "Login failed";
return false; return false;
...@@ -102,7 +102,7 @@ public class MyCardHelper { ...@@ -102,7 +102,7 @@ public class MyCardHelper {
return null; return null;
} }
} }
else if (www.responseCode >= 400) if (www.responseCode >= 400)
{ {
fail_reason = "Match failed"; fail_reason = "Match failed";
return null; return null;
......
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