Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Primary graphic not sent on reconnects #961

Closed
NicoleYarroch opened this issue May 15, 2018 · 0 comments
Closed

Primary graphic not sent on reconnects #961

NicoleYarroch opened this issue May 15, 2018 · 0 comments
Assignees
Labels
bug A defect in the library
Milestone

Comments

@NicoleYarroch
Copy link
Contributor

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
  1. Connect app to TDK and open SDL app.
  2. Wait for primary graphics to show up.
  3. Disconnect app from TDK.
  4. 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

@NicoleYarroch NicoleYarroch added the bug A defect in the library label May 15, 2018
@NicoleYarroch NicoleYarroch added this to the 6.0.0 milestone May 15, 2018
@NicoleYarroch NicoleYarroch changed the title Primary graphic does not show up on reconnects Primary graphic not sent on reconnects May 15, 2018
@NicoleYarroch NicoleYarroch self-assigned this May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
None yet
Development

No branches or pull requests

2 participants