Skip to content
Commit 20de6bde authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Fix double tapping notifications on lock screen.

http://ag/10273995 broke double tapping on notifications. This cl
restores the behavior by replacing a call to
ActivatableNotificationView#performClick with
ExpandableOutlineView#performClick.

That is to say, we needed to call the super method, as we did before
the breaking cl was checked in.

Bug: 149744457
Test: atest SystemUITests
Change-Id: Ie77ade20f74b04eb0edbe0f1806938523068175a
parent 4daaa833
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