Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix default skip forward/backward controls in CommandCenter #232

Merged

Conversation

DGempler
Copy link
Contributor

@DGempler DGempler commented Apr 1, 2020

Fixing an issue introduced with #196

The control/command center always displays skip forward/backward controls now, by default.

skipForwardInterval and skipBackwardInterval are pointers to objects and therefore we need to access their integerValue property to have a valid comparison against 0.

Tested to work with and without passed in fastForwardInterval & rewindInterval values.

@ryanheise
Copy link
Owner

Thanks @DGempler , this may also be fixed by the upcoming #228 but I'll keep your PR open in case I will merge it for a quick release before #228 .

@DGempler
Copy link
Contributor Author

DGempler commented Apr 2, 2020

Thanks! Yeah I saw that swift PR, was hoping to test it out soon!

@ryanheise ryanheise merged commit d9f345e into ryanheise:master May 2, 2020
@ryanheise
Copy link
Owner

Hi @DGempler I'm really sorry for the delay. The Swift direction may be a lot more involved than originally thought, and I shouldn't delay iOS development any further.

I have merged your PR now (finally!) and will try to get things moving again on the iOS development front.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants