Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for dial number behaviour #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jack-Byrne
Copy link
Collaborator

Dial number should send rejected if there is an alert that is being displayed

Dial number should send rejected if there is an alert that is being displayed
@sandeepf184
Copy link

@JackLivio I think this should be implemented in SendLocation too. And I don't how many more methods actually follow this flow like dialnumber and sendlocation. And according to the documentation Emergency call is higher priority than alert, So Emergency call, alert comes under high priority messages. I think we should find a generic solution that it should check for priorities before displaying.

@@ -407,6 +407,15 @@ FFW.BasicCommunication = FFW.RPCObserver
);
}
if (request.method == 'BasicCommunication.DialNumber') {
if (SDL.AlertPopUp.active) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JackLivio Is the AlertPopUp is a method of SDL RPC ???

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JackLivio

AKalinich-Luxoft added a commit that referenced this pull request Jul 11, 2017
…edata_impl

Implementation of Getinteriorvehicledata
Itileda pushed a commit to Itileda/sdl_hmi that referenced this pull request Aug 18, 2017
…_in_front_of_name

fix extra letter in front of appName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants