Skip to content

Fix Android input source checks

Rafał Mikrut requested to merge github/fork/endragor/android-device-events into master

Created by: endragor

Input source types are not pure bit flags, they are combinations of flags, so != 0 check was incorrect and resulted in crashes later, when trying to obtain the device.

Merge request reports

Loading