added annotation to dispatch function

pull/498/head
Suneet Agrawal 6 years ago committed by Mattia Iavarone
parent e6986d0a30
commit 14a739c79b
  1. 2
      cameraview/src/main/java/com/otaliastudios/cameraview/video/VideoRecorder.java

@ -94,6 +94,8 @@ public abstract class VideoRecorder {
* Subclasses can call this to notify that the video recording has started,
* this will be called when camera is prepared and started.
*/
@SuppressWarnings("WeakerAccess")
@CallSuper
protected void dispatchActualVideoRecordingStarted(){
if(mListener != null){
mListener.onActualVideoRecordingStarted();

Loading…
Cancel
Save