Path Schedule updated (v 2.2)

jay news

V2.2 is a minor update to Path Schedule – I fixed a long standing bug that would crash the app when re-ordering stations – it didn’t happen all that often which is why I had such a hard time finding the issue…

Basically I finally wrote a better routine for re-ordering stations. I used to regenerate all the station views (which took ~1.5 seconds) , now I just move the views around in the scroll view by changing their constraints (~100ms) – while rewriting this I finally noticed the stupid bug that I should have seen years ago.