DisplayCapabilities
ScreenParams
null in SystemCapabilityManager
#1824
Labels
bug
A defect in the library
Bug Summary
When accessing displayCapabilities via the systemCapabilityManager screenParams and mediaClockFormats are empty. In The RAIR, the screenParams are not nil and mediaClockFormats are not empty. windowID is also nil from defaultMainWindowCapability
screenParams should not be null in the systemCapabilityManager.
mediaClockFormats should not be empty in the systemCapabilityManager.
windowID should not be null in systemCapabilityManager.
Reproduction Steps
DefaultMainWindowCapability
andDisplayCapabilities
via theSystemCapabilityManager
Expected Behavior:
ScreenParams should not be null, MediaClockFormats should not be empty and windowID should not be null.
Observed Behavior:
ScreenParams are null, MediaClockFormats are empty and windowID is null.
Which projects have you seen this bug on?
No response
Android Version(s)
n/a
Android Device(s)
n/a
sdl_java_suite Version
5.5.0
Testing Environment(s)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: