Moin' Victor

Results 3 comments of Moin' Victor

Also crashes for me, same scenario as above. I am showng it as a modal, crashes on exit with debugger pointing to AppDelegate.

how I went about this was to add my `SwipeRefreshLayout` in `HeaderListView` manually and then add the internal ListView to my`SwipeRefreshLayout` ``` ... mListView.setOnItemClickListener((parent, view, position, id) -> { if...

I get the same crash with iOS 9, did you find out some solution?