Fixed the NO_REMAP implementation, fixed few minor bg in Settings.java

This commit is contained in:
pelya
2011-05-30 15:25:08 +03:00
parent f06e5643e7
commit b10fefba4f
9 changed files with 31 additions and 72 deletions

View File

@@ -1341,7 +1341,7 @@ class Settings
public void onKeyEvent(final int keyCode)
{
p.touchListener = null;
p.keyListener = null;
int keyIndex = keyCode;
if( keyIndex < 0 )
keyIndex = 0;
@@ -1712,7 +1712,7 @@ class Settings
public void onKeyEvent(final int keyCode)
{
p.touchListener = null;
p.keyListener = null;
int keyIndex = keyCode;
if( keyIndex < 0 )
keyIndex = 0;