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
Displaying a primary graphic in a SDLShow on reconnects fails when the image is the same as the one being displaying on disconnect. This is because the manager thinks the image is already being displayed.
The SDLTextAndGraphicManager's currentScreenData needs to get reset on disconnects.
Reproduction Steps
Connect app to TDK and open SDL app.
Wait for primary graphics to show up.
Disconnect app from TDK.
Reconnect app to TDK and open SDL app and wait for the same primary graphic to show up.
Expected Behavior
The primary graphic should show up on the reconnect.
Observed Behavior
The primary graphic does not show up on the reconnect.
OS & Version Information
iOS Version: n/a
SDL iOS Version: 5.2
Testing Against: TDK (SYNC 3)
Test Case, Sample Code, and / or Example App
SDL_iOS example app
The text was updated successfully, but these errors were encountered:
Bug Report
Displaying a primary graphic in a
SDLShow
on reconnects fails when the image is the same as the one being displaying on disconnect. This is because the manager thinks the image is already being displayed.The SDLTextAndGraphicManager's
currentScreenData
needs to get reset on disconnects.Reproduction Steps
Expected Behavior
The primary graphic should show up on the reconnect.
Observed Behavior
The primary graphic does not show up on the reconnect.
OS & Version Information
Test Case, Sample Code, and / or Example App
SDL_iOS example app
The text was updated successfully, but these errors were encountered: