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

Commit 799b7deb authored by Alex Mang's avatar Alex Mang
Browse files

Clarifying meaning of items param in javadoc per feedback

Bug: 148402958
Change-Id: Ic021f6fc37e7fce8e9b052d7434d0dc1569724ea
Merged-In: Ic021f6fc37e7fce8e9b052d7434d0dc1569724ea
(cherry picked from commit fa1062ac)
parent 56d9d677
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) {