-
Notifications
You must be signed in to change notification settings - Fork 17
Support SystemSound.play() #84
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
Support SystemSound.play() #84
Conversation
Please, resolve conflict |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but please resolve conflicts.
….play() Signed-off-by: Pawel Wasowski <[email protected]>
4880add
to
39cc02e
Compare
I have resolved all the conflicts that occurred after merging #75 I kindly request for your review :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
….play() (#84) Signed-off-by: Pawel Wasowski <[email protected]>
….play() (#84) Signed-off-by: Pawel Wasowski <[email protected]>
….play() (#84) Signed-off-by: Pawel Wasowski <[email protected]>
….play() (#84) Signed-off-by: Pawel Wasowski <[email protected]>
….play() (#84) Signed-off-by: Pawel Wasowski <[email protected]>
….play() (#84) Signed-off-by: Pawel Wasowski <[email protected]>
….play() (#84) Signed-off-by: Pawel Wasowski <[email protected]>
….play() (#84) Signed-off-by: Pawel Wasowski <[email protected]>
….play() (#84) Signed-off-by: Pawel Wasowski <[email protected]>
….play() (#84) Signed-off-by: Pawel Wasowski <[email protected]>
This PR adds support for SystemSound.play() (resolves #77) and does a minor refactoring of shell/platform/tizen/channels/platform_channel.cc.
This PR depends on #75 and should be merged after it.