Marko Teodorovic
Marko Teodorovic
 How to resolve this case when indicator indexes crosses my view holders?
But how would you resolve this with vertical views?
still nothing?
Thanks alot. Some changes so code can work with other banks, too: ``` BigInteger bankE002PublicKeyModulus = new BigInteger(orderData.getBankE002PublicKeyModulus()); if (bankE002PublicKeyModulus.compareTo(BigInteger.ZERO) < 0) { bankE002PublicKeyModulus = new BigInteger(1, orderData.getBankE002PublicKeyModulus()); } BigInteger...