pinpad fix
This commit is contained in:
parent
80a1229d0f
commit
83bc15a7ab
@ -601,7 +601,7 @@ public abstract class EmvBaseViewModel extends BaseViewModel {
|
|||||||
// customPinPadKeyboard.setKeyBoard(ByteUtil.bytes2HexStr(number));
|
// customPinPadKeyboard.setKeyBoard(ByteUtil.bytes2HexStr(number));
|
||||||
|
|
||||||
LogUtil.d(TAG, "PinPad: " + ByteUtil.bytes2HexStr(number));
|
LogUtil.d(TAG, "PinPad: " + ByteUtil.bytes2HexStr(number));
|
||||||
int[] supperLen = new int[]{0x00, 0x04, 0x06,0x12};
|
int[] supperLen = new int[]{0x00, 0x04, 0x06, 0x0c};
|
||||||
|
|
||||||
|
|
||||||
pinPad.setPinKeyboardViewMode(PinKeyboardViewModeEnum.DEFAULT);
|
pinPad.setPinKeyboardViewMode(PinKeyboardViewModeEnum.DEFAULT);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user