Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

addStep(List) from Slidr not sorting #8

Open
Al-Pena opened this issue Aug 8, 2017 · 0 comments
Open

addStep(List) from Slidr not sorting #8

Al-Pena opened this issue Aug 8, 2017 · 0 comments

Comments

@Al-Pena
Copy link

Al-Pena commented Aug 8, 2017

Hello,

The method addStep(List) does not seem to work correctly when the steps are not sorted. It seems like the Collections.sort should be sorting this.steps and not the argument.

line ~385
public void addStep(List<Step> steps) { this.steps.addAll(steps); Collections.sort(steps); update(); }

Have a nice day.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant