Skip to content
Commit 5421eb69 authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Fix manage not being dismissed by taps in the AV bounds.

This actually isn't a touchable region issue - the expanded view steals touches from the stack if they're within the AV's vertical bounds so that back swipes across the side padding aren't intercepted by the stack, causing it to collapse.

We should be checking the x coordinate as well, since the stack *should* be able to intercept touches from the AV itself.

Fixes: 158674822
Test: manual
Change-Id: Ieb12e6d97a0c180139bcaa1634e0ce47899d7c72
parent ab6c4a76
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment