Redesign individual conversation page
Test: atest Fixes: 151765526 Change-Id: I98d45222104eb03449e469bcd80fd5f23c2935ca
This commit is contained in:
@@ -68,7 +68,7 @@ public class BubblePreferenceController extends NotificationPreferenceController
|
||||
if (isDefaultChannel()) {
|
||||
return true;
|
||||
} else {
|
||||
return mAppRow != null && mAppRow.allowBubbles;
|
||||
return mAppRow != null;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user