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 : mapController.moveAndRotate with null id #936

Closed
wants to merge 1 commit into from

Conversation

spyke555
Copy link

The id variable in the mapController moveAndRotate function is declared as nullable, but a null check is applied. This causes the function to not work if it is called without the optional id field.

Suggest casting the String? to a String type to allow the null id value to be used.

The id variable in the mapController moveAndRotate function is declared as nullable, but a null check is applied. This causes the function to not work if it is called without the optional id field.

Suggest casting the String? to a String type to allow the null id value to be used.
@spyke555 spyke555 changed the title fix ; mapController.moveAndRotate with null id fix : mapController.moveAndRotate with null id Jun 15, 2021
@github-actions
Copy link

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@tlueder
Copy link
Contributor

tlueder commented Sep 9, 2021

This PR only circumvents the issue but doesn't fix the root problem and should be closed in favour of #1003

@github-actions github-actions bot removed the Stale label Sep 10, 2021
@github-actions
Copy link

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Oct 10, 2021
@JaffaKetchup
Copy link
Member

Closed as #1003 has been merged.

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

Successfully merging this pull request may close these issues.

3 participants