Results 4 comments of Marko Teodorovic

![selection_029](https://user-images.githubusercontent.com/11960767/29521816-52a8f090-8687-11e7-834a-008778fe8416.png) How to resolve this case when indicator indexes crosses my view holders?

But how would you resolve this with vertical views?

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...