Skip to content
Commit 546b4dbf authored by Alejandro Nijamkin's avatar Alejandro Nijamkin
Browse files

[multi-shade] Fixes issue where NSWV was still visible after unlock.

For reasons that are not yet understood, the NotificationShadeWindowView
remaines visible after unlocking the device.

The solution here simply removes the bouncer-showing logic from our
MultiShadeMotionEventInteractor but keeps the logic that checks the
direction of drag. If the user drags up the screen, our system does not
intercept the touch, allowing the legacy code to show the bouncer in its
own, correct way - which gets rid of the NSWV visibility bug. If the
user drags down the screen, we intercept touch and show the shade(s).

Bug: 274159734
Flag: DUAL_SHADE
Test: unit tests updated
Test: manually verified that, after unlocking the device, touch goes
through and I can click app icons on the launcher. Also made sure that
dragging up on the lock screen brings up the bouncer and I can unlock
the device from it.

Change-Id: I9f0d02f403007946b6911a5057fac9ffa316a9c7
parent 58cd6126
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