Skip to content

Commit

Permalink
Android: remove tabs/indent
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Aug 15, 2019
1 parent 412775f commit 7f9016f
Showing 1 changed file with 3 additions and 4 deletions.
Expand Up @@ -1825,10 +1825,9 @@ public boolean onKey(View v, int keyCode, KeyEvent event) {

if (source == InputDevice.SOURCE_UNKNOWN) {
InputDevice device = InputDevice.getDevice(deviceId);
if ( device != null )
{
source = device.getSources();
}
if (device != null) {
source = device.getSources();
}
}

if ((source & InputDevice.SOURCE_KEYBOARD) != 0) {
Expand Down

0 comments on commit 7f9016f

Please sign in to comment.