Skip to content

Commit

Permalink
Merge pull request #2271 from JackLivio/style_fix
Browse files Browse the repository at this point in the history
Style Fix
  • Loading branch information
Jack-Byrne authored Jun 15, 2018
2 parents 2b6748e + 9af7624 commit 1527db9
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1250,12 +1250,12 @@ void PolicyHandler::OnAllowSDLFunctionalityNotification(
if (is_allowed) {
// Send HMI status notification to mobile
// Put application in full
AudioStreamingState::eType audio_state = app->IsAudioApplication()
? AudioStreamingState::AUDIBLE
: AudioStreamingState::NOT_AUDIBLE;
VideoStreamingState::eType video_state = app->IsVideoApplication()
? VideoStreamingState::STREAMABLE
: VideoStreamingState::NOT_STREAMABLE;
AudioStreamingState::eType audio_state =
app->IsAudioApplication() ? AudioStreamingState::AUDIBLE
: AudioStreamingState::NOT_AUDIBLE;
VideoStreamingState::eType video_state =
app->IsVideoApplication() ? VideoStreamingState::STREAMABLE
: VideoStreamingState::NOT_STREAMABLE;

application_manager_.state_controller().SetRegularState(
app, mobile_apis::HMILevel::HMI_FULL, audio_state, video_state, true);
Expand Down

0 comments on commit 1527db9

Please # to comment.