mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
parent
43c784f564
commit
09cac1e36b
@ -208,7 +208,7 @@ public class RedPhoneService extends Service implements CallStateListener, CallS
|
||||
sendMessage(Type.OUTGOING_CALL, recipient, null);
|
||||
|
||||
state = STATE_DIALING;
|
||||
lockManager.updatePhoneState(LockManager.PhoneState.INTERACTIVE);
|
||||
lockManager.updatePhoneState(LockManager.PhoneState.IN_CALL);
|
||||
this.currentCallManager = new InitiatingCallManager(this, this, localNumber, password,
|
||||
remoteNumber, zid);
|
||||
this.currentCallManager.start();
|
||||
|
Loading…
Reference in New Issue
Block a user