removed support for Escape key, it wasn't working properly anyway
This commit is contained in:
parent
2e31f78169
commit
3d1b1cd6ff
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ public class Key {
|
||||||
|
|
||||||
|
|
||||||
public static boolean isBack(int keyCode) {
|
public static boolean isBack(int keyCode) {
|
||||||
return keyCode == KeyEvent.KEYCODE_BACK || keyCode == KeyEvent.KEYCODE_ESCAPE;
|
return keyCode == KeyEvent.KEYCODE_BACK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue