Merge "Fix hiding of channel fields" into qt-dev am: c14825c93d
am: b1ec5751c1
Change-Id: I94345bc22e12357a79739cb12fe72067e03d8ba8
This commit is contained in:
@@ -74,7 +74,9 @@ public abstract class NotificationPreferenceController extends AbstractPreferenc
|
||||
return false;
|
||||
}
|
||||
if (mChannelGroup != null) {
|
||||
return !mChannelGroup.isBlocked();
|
||||
if (mChannelGroup.isBlocked()) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if (mChannel != null) {
|
||||
return mChannel.getImportance() != IMPORTANCE_NONE;
|
||||
|
||||
Reference in New Issue
Block a user