Fix missed call notification when busy on another device.

This commit is contained in:
Cody Henthorne
2022-09-30 11:00:00 -04:00
committed by Greyson Parrelli
parent 52965da8a5
commit c1f3e27101
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ public final class InternalValues extends SignalStoreValues {
*/
public synchronized boolean callingDisableTelecom() {
if (FeatureFlags.internalUser()) {
return getBoolean(CALLING_DISABLE_TELECOM, false);
return getBoolean(CALLING_DISABLE_TELECOM, true);
} else {
return false;
}