SystemCapabilityManager screenParams nil, mediaClockFormats empty, and windowID nil when they shouldn't be #2105
Labels
bug
A defect in the library
manager-system-capability
Relating to the manager layer - system capability
Bug Summary
When accessing
displayCapabilities
via thesystemCapabilityManager
screenParams and mediaClockFormats are empty. InSDLSystemCapabilityManager
line 710 the screenParams are not nil and mediaClockFormats are not empty. windowID is also nil fromdefaultMainWindowCapability
screenParams should not be nil in the
systemCapabilityManager
.mediaClockFormats should not be in the
systemCapabilityManager
.windowID should not be nil in
systemCapabilityManager
.Java Suite had a similar issue for screenParams.
Reproduction Steps
displayCapabilities
property from thesystemCapabilityManager
.screenParams
andmediaClockFormats
Expected Behavior:
screenParams
should not be nil.mediaClockFormats
should not be empty.windowID
should not be nilObserved Behavior:
screenParams
are nil.mediaClockFormats
are emptywindowID
is niliOS Version(s)
No response
sdl_ios Version
7.5.0
Testing Environment(s)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: