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
In both the Swift and Obj-C example apps, if the user changed the template via the menu Menu > Change Template the template is reset back to nonMedia when the hmiLevel changes from FULL->BACKGROUND->FULL.
Reproduction Steps
Launch the app. The template will be nonMedia.
Go to Menu > Change Template and select Graphic With Text. The menu will close and the template will update.
Close the app (do not kill the app). The app's hmiLevel will change to BACKGROUND.
Open the app. The app's hmiLevel will change to FULL.
Expected Behavior
The app should still be using the graphicWithText template.
Observed Behavior
The app is reset to use the nonMedia template.
OS & Version Information
iOS Version: n/a
SDL iOS Version: 7.0
Testing Against: n/a
The text was updated successfully, but these errors were encountered:
Bug Report
In both the Swift and Obj-C example apps, if the user changed the template via the menu Menu > Change Template the template is reset back to
nonMedia
when thehmiLevel
changes fromFULL
->BACKGROUND
->FULL
.Reproduction Steps
nonMedia
.hmiLevel
will change toBACKGROUND
.hmiLevel
will change toFULL
.Expected Behavior
The app should still be using the
graphicWithText
template.Observed Behavior
The app is reset to use the
nonMedia
template.OS & Version Information
The text was updated successfully, but these errors were encountered: