Merge "Hide conversation bubble switch if app bubbles are off" into rvc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
794482fb92
@@ -77,7 +77,7 @@ public class BubblePreferenceController extends NotificationPreferenceController
|
||||
if (isDefaultChannel()) {
|
||||
return true;
|
||||
} else {
|
||||
return mAppRow != null;
|
||||
return mAppRow != null && mAppRow.bubblePreference != BUBBLE_PREFERENCE_NONE;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user