Fix FC
This commit is contained in:
parent
afbd6f85fa
commit
3ae8cc3d48
1 changed files with 1 additions and 1 deletions
|
@ -969,7 +969,7 @@ public class LinphoneActivity extends FragmentActivity implements OnClickListene
|
|||
((DialerFragment) dialerFragment).resetLayout(false);
|
||||
}
|
||||
|
||||
if (LinphoneManager.getLc().getCallsNb() > 0) {
|
||||
if (LinphoneManager.isInstanciated() && LinphoneManager.getLc().getCallsNb() > 0) {
|
||||
LinphoneCall call = LinphoneManager.getLc().getCalls()[0];
|
||||
if (call.getCurrentParamsCopy().getVideoEnabled()) {
|
||||
startVideoActivity(call);
|
||||
|
|
Loading…
Reference in a new issue