Enable proximity sensor while call is ringing

Fixes #4519

// FREEBIE
pull/1/head
brumsel 9 years ago committed by Moxie Marlinspike
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…
Cancel
Save