Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add startWith and startAt to TapTargetSequence (KeepSafe#228)
Previously it was cumbersome to restore state in a TapTargetSequence after rotation due to the fact that you needed to manually modify the list of targets you pass in to get back to your desired target. Now the class supports starting from a specified target id or position in the queue, allowing callers to keep a static list of targets for their sequence.
- Loading branch information