Merge "Restore group block button."
This commit is contained in:
committed by
Android (Google) Code Review
commit
14ed3f176e
@@ -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