forked from mirrors/linphone-iphone
Fix crashes on network change.
This commit is contained in:
parent
1ac48c525d
commit
3698ea0b73
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class AndroidCameraRecord5 extends AndroidCameraRecord implements PreviewCallbac
|
|||
+ " whereas expected is " + expectedBuffLength + " don't calling putImage");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
long curTime = System.currentTimeMillis();
|
||||
if (lastFrameTime == 0) {
|
||||
lastFrameTime = curTime;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue