cordova-android/framework/src
hadeslee b715d20385 Remove incorrect usage of AlertDialog.Builder.create
AlertDialog.Builder.show() will create an AlertDialog before it show. This is the source code snippet:

        /**
         * Creates a {@link AlertDialog} with the arguments supplied to this builder and
         * {@link Dialog#show()}'s the dialog.
         */
        public AlertDialog show() {
            AlertDialog dialog = create();
            dialog.show();
            return dialog;
        }

github: close #96
2014-03-28 13:40:43 -04:00
..
com/squareup/okhttp CB-5799 Update version of OkHTTP to 1.3 2014-01-15 11:36:43 -05:00
org/apache/cordova Remove incorrect usage of AlertDialog.Builder.create 2014-03-28 13:40:43 -04:00