Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationView.java +4 −0 Original line number Diff line number Diff line Loading @@ -336,6 +336,10 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView return false; } boolean superPerformClick() { return super.performClick(); } /** * Cancels the hotspot and makes the notification inactive. */ Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationViewController.java +2 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,8 @@ public class ActivatableNotificationViewController { } else { mView.makeInactive(true /* animate */); } }, mView::performClick, mView::handleSlideBack, mFalsingManager::onNotificationDoubleTap); }, mView::superPerformClick, mView::handleSlideBack, mFalsingManager::onNotificationDoubleTap); mView.setOnTouchListener(mTouchHandler); mView.setTouchHandler(mTouchHandler); mView.setOnDimmedListener(dimmed -> { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationView.java +4 −0 Original line number Diff line number Diff line Loading @@ -336,6 +336,10 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView return false; } boolean superPerformClick() { return super.performClick(); } /** * Cancels the hotspot and makes the notification inactive. */ Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationViewController.java +2 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,8 @@ public class ActivatableNotificationViewController { } else { mView.makeInactive(true /* animate */); } }, mView::performClick, mView::handleSlideBack, mFalsingManager::onNotificationDoubleTap); }, mView::superPerformClick, mView::handleSlideBack, mFalsingManager::onNotificationDoubleTap); mView.setOnTouchListener(mTouchHandler); mView.setTouchHandler(mTouchHandler); mView.setOnDimmedListener(dimmed -> { Loading