mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
Backbutton broken by adding new onKeyDown method without calling its super.
This commit is contained in:
@@ -851,7 +851,7 @@ public class DroidGap extends Activity implements CordovaInterface {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return super.onKeyDown(keyCode, event);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user