Browse Source
The state variable to tracking the unstable state of a key is currently being cleared based on the bit value, which means that on release it's not being cleared at all. Fix that by clearing using the bit mask instead. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>pull/66116/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue