mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fix videoactivity not killed when call released
This commit is contained in:
parent
2449dc8635
commit
b0ba6158e4
1 changed files with 3 additions and 0 deletions
|
|
@ -340,6 +340,9 @@ public class VideoCallActivity extends Activity implements
|
|||
|
||||
@Override
|
||||
protected void onResume() {
|
||||
if (!LinphoneManager.getLc().isIncall())
|
||||
finish();
|
||||
|
||||
super.onResume();
|
||||
if (mVideoViewReady != null)
|
||||
((GLSurfaceView) mVideoViewReady).onResume();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue