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

voiceCommand that contains no string should be removed #1964

Closed
FrankElias77 opened this issue Apr 8, 2021 · 0 comments · Fixed by #1965
Closed

voiceCommand that contains no string should be removed #1964

FrankElias77 opened this issue Apr 8, 2021 · 0 comments · Fixed by #1965
Assignees
Labels
bug A defect in the library manager-screen Relating to the manager layer - screen managers

Comments

@FrankElias77
Copy link
Contributor

Bug Report

When a voice command contains no strings, it should not be sent in an update

Reproduction Steps
  1. voiceCommandA = ["Test 1"];
  2. voiceCommandB = [];
  3. Upload voiceCommands
Expected Behavior

currentVoiceCommands = [voiceCommandA];

Observed Behavior

currentVoiceCommands = [voiceCommandA, voiceCommandB];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library manager-screen Relating to the manager layer - screen managers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants