forked from github/cordova-android
Backbutton broken by adding new onKeyDown method without calling its super.
This commit is contained in:
parent
9ebdca66d9
commit
586d3ecd60
@ -851,7 +851,7 @@ public class DroidGap extends Activity implements CordovaInterface {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return super.onKeyDown(keyCode, event);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user