Merge "*ring ring* Who is it? Destiny? I've been expecting your call..." into cw-e-dev
This commit is contained in:
@@ -411,8 +411,7 @@ public class ZenModeHelper {
|
||||
applyRestrictions(muteNotifications, USAGE_NOTIFICATION);
|
||||
|
||||
// call restrictions
|
||||
final boolean muteCalls = zen && !mConfig.allowCalls && !mConfig.allowRepeatCallers
|
||||
|| mEffectsSuppressed;
|
||||
final boolean muteCalls = zen && !mConfig.allowCalls && !mConfig.allowRepeatCallers;
|
||||
applyRestrictions(muteCalls, USAGE_NOTIFICATION_RINGTONE);
|
||||
|
||||
// alarm restrictions
|
||||
|
||||
Reference in New Issue
Block a user