Remove Group Calling feature flag.

This commit is contained in:
Cody Henthorne
2021-03-23 11:20:07 -04:00
committed by Alex Hart
parent 57fdc1b223
commit 0fc73c3a6f
5 changed files with 15 additions and 24 deletions

View File

@@ -320,7 +320,7 @@ public final class Megaphones {
}
private static boolean shouldShowGroupCallingMegaphone() {
return FeatureFlags.groupCalling();
return Build.VERSION.SDK_INT > 19;
}
private static boolean shouldShowOnboardingMegaphone(@NonNull Context context) {