alacoo

Results 1 issues of alacoo

i can't remove Adapter using `composedAdapter.removeAdapter(tag);` when adapter own tag is empty (have no items) it's throw this ` java.lang.IndexOutOfBoundsException: Index: 1, Size: 1 at java.util.ArrayList.get(ArrayList.java:411) at com.h6ah4i.android.widget.advrecyclerview.composedadapter.AdaptersSet.getAdapter(AdaptersSet.java:106)` my problem...