Fix probable ui freeze on outgoingcall
This commit is contained in:
parent
b9c768e225
commit
a2bc0d48ae
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,8 @@ public class CallOutgoingActivity extends LinphoneGenericActivity implements OnC
|
|||
lc.addListener(mListener);
|
||||
}
|
||||
|
||||
mCall = null;
|
||||
|
||||
// Only one call ringing at a time is allowed
|
||||
if (LinphoneManager.getLcIfManagerNotDestroyedOrNull() != null) {
|
||||
List<LinphoneCall> calls = LinphoneUtils.getLinphoneCalls(LinphoneManager.getLc());
|
||||
|
|
Loading…
Reference in a new issue