Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b42d066a authored by Steve Elliott's avatar Steve Elliott Committed by Automerger Merge Worker
Browse files

Merge "Reset notification pressed state when show guts after bouncer" into...

Merge "Reset notification pressed state when show guts after bouncer" into udc-dev am: 255a97db am: c87cbe93

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23481456



Change-Id: I12e1eba4d45336ac06588622a3c6b6e58c3a3879
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b53f8d36 c87cbe93
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -552,6 +552,9 @@ public class NotificationGutsManager implements NotifGutsViewManager {


                Runnable r = () -> mMainHandler.post(
                Runnable r = () -> mMainHandler.post(
                        () -> openGutsInternal(view, x, y, menuItem));
                        () -> openGutsInternal(view, x, y, menuItem));
                // If the bouncer shows, it will block the TOUCH_UP event from reaching the notif,
                // so explicitly mark it as unpressed here to reset the touch animation.
                view.setPressed(false);
                mActivityStarter.executeRunnableDismissingKeyguard(
                mActivityStarter.executeRunnableDismissingKeyguard(
                        r,
                        r,
                        null /* cancelAction */,
                        null /* cancelAction */,