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

Commit a906fb7b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 644648eb 326eb2ee
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;
            }