You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/05/11 01:31:16 UTC

js commit: Reverting fix for CB-481, this should go into a cordovawebview branch in the JS and not be on master

Updated Branches:
  refs/heads/master 9a080cc27 -> b24c29003


Reverting fix for CB-481, this should go into a cordovawebview branch in the JS and not be on master


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/b24c2900
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/b24c2900
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/b24c2900

Branch: refs/heads/master
Commit: b24c29003bce0b7012cf7b528c994edca5c22801
Parents: 9a080cc
Author: Fil Maj <ma...@gmail.com>
Authored: Thu May 10 16:34:26 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu May 10 16:34:26 2012 -0700

----------------------------------------------------------------------
 lib/android/platform.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/b24c2900/lib/android/platform.js
----------------------------------------------------------------------
diff --git a/lib/android/platform.js b/lib/android/platform.js
index afab8e1..87551be 100644
--- a/lib/android/platform.js
+++ b/lib/android/platform.js
@@ -95,7 +95,7 @@ module.exports = {
         // Let native code know we are all done on the JS side.
         // Native code will then un-hide the WebView.
         channel.join(function() {
-            exec(function(){}, function(){}, 'App', 'show', []);
+            prompt("", "gap_init:");
         }, [channel.onCordovaReady]);
     },
     objects: {