Backbutton broken by adding new onKeyDown method without calling its super.

This commit is contained in:
Bryce Curtis 2012-06-11 14:53:43 -05:00
parent 9ebdca66d9
commit 586d3ecd60

View File

@ -851,7 +851,7 @@ public class DroidGap extends Activity implements CordovaInterface {
return true;
}
}
return false;
return super.onKeyDown(keyCode, event);
}
/**