You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SystemCapabilityManager._createDeprecatedDisplayCapabilities method sets image fields and text fields for the created DisplayCapability struct. There is a possibility of passing in null, which causes an error in the library.
Reproduction Steps
Create a DisplayCapabilities struct
Set setTextFields or setImageFields to null
Expected Behavior
Null if checks should be set and prevent the code from being ran
Observed Behavior
The code is ran and an error happens
Browser & Version Information
All versions are affected
The text was updated successfully, but these errors were encountered:
Bug Report
The SystemCapabilityManager._createDeprecatedDisplayCapabilities method sets image fields and text fields for the created DisplayCapability struct. There is a possibility of passing in null, which causes an error in the library.
Reproduction Steps
Expected Behavior
Null if checks should be set and prevent the code from being ran
Observed Behavior
The code is ran and an error happens
Browser & Version Information
All versions are affected
The text was updated successfully, but these errors were encountered: