mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Fix missed call notification when busy on another device.
This commit is contained in:
committed by
Greyson Parrelli
parent
52965da8a5
commit
c1f3e27101
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user