GitHub user dpeacock opened a pull request:
https://github.com/apache/cordova-plugin-dialogs/pull/33
CB-7538 Android beep thread fix
Beep now executes in it's own thread. It was previously executing in the
main UI thread which was causing the application to lock up will the beep was
occurring.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dpeacock/cordova-plugin-dialogs CB-7538
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-dialogs/pull/33.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #33
----
commit 0b4afee46d9d095ca956cb6e3f0a92a828d02f91
Author: David Peacock <[email protected]>
Date: 2014-09-12T18:52:01Z
CB-7538 Android beep thread fix
Beep now executes in it's own thread. It was previously executing in the
main UI thread which was causing the application to lock up will the beep was
occurring.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---