Skip to content
Commit 075dd343 authored by ryanlwlin's avatar ryanlwlin
Browse files

Fix double-tap with non-accessibility focus behavior

we inject evetns to the location of hover events when satisifying
the following conditions
1. accessibility-focus node could be in any window or last touch window
   is an active window
2. no accessibility focus node

We reset last touch window id when user interaction is end. It leads to
failure if there is no service could interactive with windows.

To fix it, we don't reset the window id in such condition.

Bug: 194489345
Test: atest TouchExplorerTest
Change-Id: Ia0805eee1ca78254a7e73b63b19c4c2b2769effa
parent 3b7391c2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment