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

Commit 53e0c9a4 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed an issue where the reply icon was disabled" into pi-dev am: 1c6b8095

am: 684f5ffc

Change-Id: Iba94508463ba20402b77210eaf59cee9887ea437
parents 8b5c67b2 684f5ffc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);