Skip to content

Instantly share code, notes, and snippets.

@vincesp
Last active July 7, 2016 15:54
com.matthew-tamlin:sliding-intro-screen:3.0.1 update problem
try {
dotIndicator.setSelectedItem(currentApp.selectedItem, false); //throws an excpetion if new selectedItem > old numberOfItems
} catch (IndexOutOfBoundsException e) {/*ignore*/}
dotIndicator.setNumberOfItems(currentApp.pageAdapter.getCount());
dotIndicator.setSelectedItem(currentApp.selectedItem, false); //throws an exception if old selectedItem > new numberOfItems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment