Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationTemplateViewWrapper.java +3 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,9 @@ public class NotificationTemplateViewWrapper extends NotificationHeaderViewWrapp } } if (mReplyAction != null) { // Let's reset the view on update, assuming the new pending intent isn't cancelled // anymore. The color filter automatically resets when it's updated. mReplyAction.setEnabled(true); performOnPendingIntentCancellation(mReplyAction, () -> { if (mReplyAction != null && mReplyAction.isEnabled()) { mReplyAction.setEnabled(false); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationTemplateViewWrapper.java +3 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,9 @@ public class NotificationTemplateViewWrapper extends NotificationHeaderViewWrapp } } if (mReplyAction != null) { // Let's reset the view on update, assuming the new pending intent isn't cancelled // anymore. The color filter automatically resets when it's updated. mReplyAction.setEnabled(true); performOnPendingIntentCancellation(mReplyAction, () -> { if (mReplyAction != null && mReplyAction.isEnabled()) { mReplyAction.setEnabled(false); Loading