Conversations can't individually bypass dnd

Test: atest
Fixes: 152482973
Change-Id: I19432b79724beca46974c1c88d42a231f0703dc7
This commit is contained in:
Julia Reynolds
2020-03-30 13:18:38 -04:00
parent cfb1f98668
commit 56d0f6b03a
2 changed files with 3 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ public class ConversationPromotePreferenceController extends NotificationPrefere
return false;
}
mChannel.setDemoted(false);
mChannel.setBypassDnd(false);
saveChannel();
if (mHostFragment != null) {