Ondrushko
Results
1
comments of
Ondrushko
Not the best fix, but I've added `if (v == null || v.getParent() == null) return 0;` check to `private int getTopForViewRelativeOnlyChild(View v)` and also for Left|Right|Bottom. Worked for me.