mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Add call participants overflow to calling v2 screen.
This commit is contained in:
committed by
Nicholas Tinsley
parent
204fcc28c7
commit
3f71f90234
@@ -480,7 +480,7 @@ public class CommunicationActions {
|
||||
}
|
||||
|
||||
private static Class<? extends Activity> getCallActivityClass() {
|
||||
return RemoteConfig.useNewCallApi() ? CallActivity.class : WebRtcCallActivity.class;
|
||||
return RemoteConfig.newCallUi() ? CallActivity.class : WebRtcCallActivity.class;
|
||||
}
|
||||
|
||||
private interface CallContext {
|
||||
|
||||
@@ -1103,7 +1103,7 @@ object RemoteConfig {
|
||||
)
|
||||
|
||||
@JvmStatic
|
||||
@get:JvmName("useNewCallApi")
|
||||
@get:JvmName("newCallUi")
|
||||
val newCallUi: Boolean by remoteBoolean(
|
||||
key = "android.newCallUi",
|
||||
defaultValue = false,
|
||||
|
||||
Reference in New Issue
Block a user