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

Commit 635e4efa authored by Geoffrey Pitsch's avatar Geoffrey Pitsch Committed by android-build-merger
Browse files

Merge "Fix deleting Misc channel for o-aps" into oc-dev

am: a906fb7b

Change-Id: I5276632980c373a0bc1861915a10cecf29b6cce1
parents 58672aba a906fb7b
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;
            }