Commit b267935a by sikang

update yitu

parent b087a528
......@@ -14,7 +14,7 @@ def new_func_code():
"\t\t\tfinishForResult(false, getResources().getString(R.string.faceid_detect_fail));\n" + \
"\t\t} else {\n" + \
"\t\t\tPreferencesManager.get().saveVerificationData(pkg.verificationData);\n" + \
"\t\t\tfinishForResult(true, "");\n" + \
"\t\t\tfinishForResult(true, \"\");\n" + \
"\t\t}\n" + \
"\t}\n"
return code
......
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