Skip to content

Commit 5621066

Browse files
committed
bio easyCardSuccess delete onDone event in webview
1 parent 0be2fd4 commit 5621066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootpay/src/main/java/kr/co/bootpay/bio/activity/BootpayBioWebviewActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void onEasyError(String data) {
8888
@Override
8989
public void onEasySuccess(String data) {
9090
// Log.d("bootpay", data);
91-
setFinishData("onDone", data);
91+
// setFinishData("onDone", data);
9292
// setResult(1);
9393
if(CurrentBioRequest.getInstance().type == CurrentBioRequest.REQUEST_TYPE_ENABLE_DEVICE || CurrentBioRequest.getInstance().type == CurrentBioRequest.REQUEST_TYPE_VERIFY_PASSWORD) {
9494
EventSuccessDevice res = new Gson().fromJson(data, EventSuccessDevice.class);

0 commit comments

Comments
 (0)