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
A SetDisplayLayout request with the same layout as is currently displayed will result in the current template to change color;
SDL Core should track the number of attempted SetDisplayLayout requests with the current template and REJECT any beyond the first with the reason "Using SetDisplayLayout to change the color scheme may only be done once."
Assumptions:
If an app requests to change color which is already set, SDL must respond with REJECT, i.e app can change colors if it changes templates again;
If in a SetDisplayLayout request the template has not changed, but there is a color scheme in the message, SDL will only accept if there was not a color scheme set previously;
The new layout without a new color scheme should transfer the old color scheme set in the previous layout;
If there is a layout change, the color scheme should change at the same time.
The text was updated successfully, but these errors were encountered:
The original issue described: smartdevicelink/sdl_core#2955
Background:
Assumptions:
REJECT
, i.e app can change colors if it changes templates again;The text was updated successfully, but these errors were encountered: