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

Commit d15abb58 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...

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

Change-Id: I22411956eea2cb1fad18f29ac308c8539deb6bdd
parents 41594456 2f23e9d8
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) {