Missed designating a player when saving custom key
This commit is contained in:
parent
ec0b79e638
commit
42dd530e50
|
@ -429,7 +429,7 @@ public class InputModFragment extends Fragment {
|
|||
if (keyCode == KeyEvent.KEYCODE_BACK)
|
||||
return -1;
|
||||
|
||||
mPrefs.edit().putInt(button, keyCode).commit();
|
||||
mPrefs.edit().putInt(button + player, keyCode).commit();
|
||||
|
||||
return keyCode;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue