/MainActivity.java Secret
Last active
July 7, 2016 15:54
com.matthew-tamlin:sliding-intro-screen:3.0.1 update problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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