左晓为主开发手持机充值管理机
zuojincheng
5 天以前 dd0f9e5f533d868d68c5fc343a44356b537b3988
henanlibrary/src/main/java/com/dayu/henanlibrary/tools/NfcReadHelper.java
@@ -7,9 +7,6 @@
import com.dayu.baselibrary.tools.nfc.NfcReadAdapter;
import com.dayu.henanlibrary.card.UserCardHN;
import java.util.Collections;
import java.util.List;
/**
 * @author zx
 * @date 2018/4/23 14:31
@@ -39,6 +36,7 @@
        if (helper == null) {
            helper = new NfcReadHelper(intent, activity);
        }
        helper.adapter.setIntent(intent);
        return helper;
    }