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

Commit c476a85e authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Add missing callback to StatusBarService for inline reply"

parents b1632226 129b4818
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -299,6 +299,11 @@ public class NotificationRemoteInputManager implements Dumpable {
                        }
                    }, REMOTE_INPUT_KEPT_ENTRY_AUTO_CANCEL_DELAY);
                }
                try {
                    mBarService.onNotificationDirectReplied(entry.notification.getKey());
                } catch (RemoteException e) {
                    // Nothing to do, system going down
                }
            }
        });