This commit is contained in:
Guillaume Beraudo 2010-12-01 17:03:22 +01:00
parent 8b7584e4c6
commit bf7f4a0286

View file

@ -189,10 +189,10 @@ public class AndroidCameraRecordManager {
return false;
}
public void invalidateParameters() {
if (isRecording()) stopVideoRecording();
stopVideoRecording();
parameters = null;
}
}