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

Commit 7c097b89 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 am: d15abb58

Change-Id: I34031c07e31c88c7d7df20e6a2a8d68b33658ae4
parents e76b2e3a d15abb58
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) {