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

Commit 848038ce authored by Yuri Lin's avatar Yuri Lin
Browse files

Update comment for onBundleDisabled

to be slightly more accurate now that it also handles when a notification is unbundled so it's the notification-in-a-bundle that's disabled, not the bundle itself

Bug: 422348323
Test: comment only change
Flag: EXEMPT comment only change
Change-Id: I807b1d94a20963cb7343699eb4d2b4c6e1c78a2d
parent df017879
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -240,7 +240,8 @@ public interface EntryAdapter {
    boolean isBundle();

    /**
     * Processes when the bundle this entry is within is disabled.
     * Processes when the bundle this entry is within is disabled, or when the entry is removed
     * from the bundle it's within because of changed permissions.
     */
    void onBundleDisabled();