Sam Woodall
12/14/2017, 3:31 PMFragmentPagerAdapter when overriding setPrimaryItem() after updating the support library to version 27.0.0. The signature changed from setPrimaryItem(container: ViewGroup, position: Int, obj: Any?) to setPrimaryItem(container: ViewGroup, position: Int, obj: Any). It's causing an illegal argument exception because obj is null.louiscad
12/14/2017, 3:55 PMpdvrieze
12/15/2017, 8:33 AM