mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-20 04:58:07 +00:00
Fix FC
This commit is contained in:
parent
320797f9cd
commit
c664243722
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…
Add table
Reference in a new issue