mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Remove Group Calling feature flag.
This commit is contained in:
committed by
Alex Hart
parent
57fdc1b223
commit
0fc73c3a6f
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user