material-intro
material-intro copied to clipboard
canGoForward(false) & canGoBackward(false) not working for 1st slide
Hello, I noticed that
addSlide( new SimpleSlide.Builder()
.title(R.string.terms_and_conditions)
.description(R.string.terms_and_conditions)
.background(R.color.color_canteen)
.backgroundDark(R.color.color_dark_canteen)
.canGoBackward(false)
.canGoForward(false)
.build();
termsSlide) );
.canGoBackward(false) .canGoForward(false) is not working if added slide is the 1st one. I mean I can step to the next slide.. On the other hand, when I add this terms&conditions slide for the 2nd, it works and no problem. Thank you.
I'm also seeing this. I do notice that the function isn't even called.
Same here
@adnbal89 @justinmwarner @ijens1 Could you submit a pull request with a fix?
@heinrichreimer submitted PR.
See #245