Skip to content

Commit

Permalink
修复startProgress和confirm重复的两个事件,导致触发两次,例如分段录制视频引发bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjh committed Nov 29, 2022
1 parent 0184219 commit 3ba99aa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,7 @@ public void confirm() {

@Override
public void startProgress() {
Log.d(TAG, "startProgress " + getState().toString());
getCameraStateManagement().pvLayoutCommit();

}

@Override
Expand Down

0 comments on commit 3ba99aa

Please sign in to comment.