Skip to content

Commit

Permalink
Fix A/V streaming starting for PROJECTION apps
Browse files Browse the repository at this point in the history
  • Loading branch information
AByzhynar committed Feb 12, 2018
1 parent 10cdb08 commit 4824ecb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3995,6 +3995,8 @@ mobile_apis::AppHMIType::eType ApplicationManagerImpl::StringToAppHMIType(
return mobile_apis::AppHMIType::MESSAGING;
} else if ("NAVIGATION" == str) {
return mobile_apis::AppHMIType::NAVIGATION;
} else if ("PROJECTION" == str) {
return mobile_apis::AppHMIType::PROJECTION;
} else if ("INFORMATION" == str) {
return mobile_apis::AppHMIType::INFORMATION;
} else if ("SOCIAL" == str) {
Expand Down

0 comments on commit 4824ecb

Please sign in to comment.