左晓为主开发手持机充值管理机
zuoxiao
7 天以前 8b566e47b67d74d1915bc9f2c07204dd1a222197
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;
    }