DroidFish: Removed unused method in tourguide library.

This commit is contained in:
Peter Osterlund 2016-11-20 12:01:38 +01:00
parent 5df60c856e
commit f7dc507f21

View File

@ -121,13 +121,6 @@ public class Sequence {
return this;
}
// TODO: this is an uncompleted feature, make it private first
// This is intended to be used to disable the button, so people cannot click on in during a Tour, instead, people can only click on Next button or Overlay to proceed
private SequenceBuilder setDisableButton(boolean disableTargetButton){
mDisableTargetButton = disableTargetButton;
return this;
}
/**
* @param continueMethod ContinueMethod.Overlay or ContinueMethod.OverlayListener
* ContnueMethod.Overlay - clicking on Overlay will make TourGuide proceed to the next one.