mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-13 11:02:38 +00:00
@@ -946,7 +946,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void initializeBetaCalling() {
|
private void initializeBetaCalling() {
|
||||||
if (!TextSecurePreferences.isWebrtcCallingEnabled(this)) {
|
if (!TextSecurePreferences.isWebrtcCallingEnabled(this) || isGroupConversation()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user