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

Commit 2f23e9d8 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Clarifying meaning of items param in javadoc per feedback" into rvc-dev am: a493b5c5

Change-Id: Ib0c9df9211a721e83e003e98f0f66b3d0f097b2b
parents d453ecc9 a493b5c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ public abstract class NotificationAssistantService extends NotificationListenerS
    /**
     * Implement this to know when the notification panel is revealed
     *
     * @param items Number of items on the panel at time of opening
     * @param items Number of notifications on the panel at time of opening
     */
    public void onPanelRevealed(int items) {