Move textFields
/ imageFields
== nil checking from ScreenManager to SystemCapabilityManager
#1623
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
Bug Report
Currently we have logic in the screen manager that checks if
textFields
orimageFields
isnil
. If it is, it assumes everything is available. We should remove this checking. Instead, the SCM should check if adisplayCapabilities
coming in isnil
. If it is, construct atextFields
andimageFields
with everything, or keep all current capabilities. This will eliminate a possible bug wheredisplayCapabilities
exists, buttextFields
/imageFields
is intentionallynil
.The text was updated successfully, but these errors were encountered: