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

Move textFields / imageFields == nil checking from ScreenManager to SystemCapabilityManager #1623

Closed
joeljfischer opened this issue Apr 9, 2020 · 0 comments
Assignees
Labels
bug A defect in the library manager-screen Relating to the manager layer - screen managers manager-system-capability Relating to the manager layer - system capability

Comments

@joeljfischer
Copy link
Contributor

Bug Report

Currently we have logic in the screen manager that checks if textFields or imageFields is nil. If it is, it assumes everything is available. We should remove this checking. Instead, the SCM should check if a displayCapabilities coming in is nil. If it is, construct a textFields and imageFields with everything, or keep all current capabilities. This will eliminate a possible bug where displayCapabilities exists, but textFields / imageFields is intentionally nil.

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 manager-system-capability Relating to the manager layer - system capability
Projects
None yet
Development

No branches or pull requests

1 participant