Restore group block button.
Test: RunSettingsRoboTests Bug: 63927402 Change-Id: I2e8163082d81d696dce2082be49a16c85458672b
This commit is contained in:
@@ -172,7 +172,7 @@ public abstract class NotificationPreferenceController extends AbstractPreferenc
|
||||
}
|
||||
|
||||
protected boolean isChannelGroupBlockable() {
|
||||
if (mChannelGroup != null && mChannelGroup.getGroup() == null && mAppRow != null) {
|
||||
if (mChannelGroup != null && mChannelGroup.getGroup() != null && mAppRow != null) {
|
||||
if (!mAppRow.systemApp) {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user