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

Commit 790e091b authored by Geoffrey Pitsch's avatar Geoffrey Pitsch
Browse files

Create NotificationChannels in SystemUI per-user

Fixes Screenshot notification when guest plus others.

Bug: 36516812
Test: runtest systemui
Change-Id: I0d851a28ba9b134afc02c72fc3684c1d0be25c41
parent 28eae8e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ public class SystemUIApplication extends Application implements SysUiServiceProv
     */
    private final Class<?>[] SERVICES_PER_USER = new Class[] {
            Dependency.class,
            NotificationChannels.class,
            Recents.class
    };