XashActivity: fix return value
This commit is contained in:
parent
9c9f98623a
commit
af63c6fd5b
1 changed files with 1 additions and 1 deletions
|
@ -1059,7 +1059,7 @@ class JoystickHandler_v12 extends JoystickHandler
|
|||
// how event can be from null device, Android?
|
||||
final InputDevice device = event.getDevice();
|
||||
if( device == null )
|
||||
return;
|
||||
return false;
|
||||
|
||||
// maybe I need to cache this...
|
||||
for( InputDevice.MotionRange range: device.getMotionRanges() )
|
||||
|
|
Loading…
Add table
Reference in a new issue