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

Commit 326eb2ee authored by Geoffrey Pitsch's avatar Geoffrey Pitsch
Browse files

Fix deleting Misc channel for o-aps

Change-Id: If5ebebcd1b983e12dee860801db578dfe882bd9c
Fixes: 36816111
Test: runtest systemui-notification
parent 398b3753
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ public class RankingHelper implements RankingConfig {
        for (int i = 0; i < size; i++) {
            final NotificationChannel notificationChannel = r.channels.valueAt(i);
            if (notificationChannel != null &&
                    notificationChannel.getId() != NotificationChannel.DEFAULT_CHANNEL_ID) {
                    !notificationChannel.getId().equals(NotificationChannel.DEFAULT_CHANNEL_ID)) {
                hasCreatedAChannel = true;
                break;
            }