4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-04-03 21:40:12 +08:00

browserkey fix

This commit is contained in:
alunny 2010-06-30 15:23:26 -07:00
parent 310766180f
commit 4e31d4af63

@ -21,6 +21,7 @@ public class BrowserKey {
BrowserKey(WebView view, DroidGap action)
{
bound = false;
mAction = action;
}
public void override()