[GitHub] cordova-android pull request: AlertDialog.Builder.create is reduda...

2014-03-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/96 --- 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

[GitHub] cordova-android pull request: AlertDialog.Builder.create is reduda...

2014-03-20 Thread hadeslee
GitHub user hadeslee opened a pull request: https://github.com/apache/cordova-android/pull/96 AlertDialog.Builder.create is redudant because AlertDialog.Builder.show() will create an AlertDialog before it show.This is the source code snippet: /** * Cre