Skip to content

Commit

Permalink
Keep telecom integration for internal builds
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Aug 17, 2022
1 parent e3f3b21 commit b734066
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ object AndroidTelecomUtil {
}

private fun isTelecomAllowedForDevice(): Boolean {
// if (FeatureFlags.internalUser()) {
// return !SignalStore.internalValues().callingDisableTelecom()
// }
if (FeatureFlags.internalUser()) {
return !SignalStore.internalValues().callingDisableTelecom()
}
// return RingRtcDynamicConfiguration.isTelecomAllowedForDevice()
return false;
return false
}
}

Expand Down

0 comments on commit b734066

Please sign in to comment.