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
HMI does not set default "PLAY_PAUSE" playback indicator in case App request SetMediaClockTimer without audioStreamingIndicator parameter
Precondition:
1. SDL and HMI are started
2. App with HMI type 'Media' is registered
3. App is activated
4. App sends SetMediaClockTimer RPC with:
"updateMode":"COUNTUP",
"startTime": { "hours":0, "minutes":15, "seconds":30 },
"audioStreamingIndicator":"PAUSE"
5. The seek indicators are "PAUSE" for App
'PLAY_PAUSE' button with "ico_pause.png" image is observed on HMI
HMI does not set default "PLAY_PAUSE" playback indicator in case App request SetMediaClockTimer without audioStreamingIndicator parameter
Precondition:
1. SDL and HMI are started
2. App with HMI type 'Media' is registered
3. App is activated
4. App sends SetMediaClockTimer RPC with:
"updateMode":"COUNTUP",
"startTime": { "hours":0, "minutes":15, "seconds":30 },
"audioStreamingIndicator":"PAUSE"
5. The seek indicators are "PAUSE" for App
'PLAY_PAUSE' button with "ico_pause.png" image is observed on HMI
Steps to reproduce:
"updateMode":"COUNTUP",
"startTime": { "hours":0, "minutes":15, "seconds":30 }
Expected result:
'PLAY_PAUSE' button with "ico_play_pause.png" image is observed on HMI
Actual result:
'PLAY_PAUSE' button with "ico_pause.png" image is observed on HMI
Environment:
SDL: https://github.com/smartdevicelink/sdl_core/tree/develop (fed2ae4)
HMI: https://github.com/smartdevicelink/sdl_hmi/tree/develop (ad2dc80)
SPT: 20210305-Android (1076)
The text was updated successfully, but these errors were encountered: