Redesign individual conversation page

Test: atest
Fixes: 151765526
Change-Id: I98d45222104eb03449e469bcd80fd5f23c2935ca
This commit is contained in:
Julia Reynolds
2020-03-20 18:34:24 -04:00
parent 6c95bb5cf6
commit 94b04df4b4
14 changed files with 748 additions and 490 deletions

View File

@@ -68,7 +68,7 @@ public class BubblePreferenceController extends NotificationPreferenceController
if (isDefaultChannel()) {
return true;
} else {
return mAppRow != null && mAppRow.allowBubbles;
return mAppRow != null;
}
}
return true;