Browse Source

refactor

bk_recording
Bastian Kohler 1 year ago
parent
commit
6b606683db
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/src/main/java/com/example/ueberwachungssystem/RecorderX.java

+ 1
- 0
app/src/main/java/com/example/ueberwachungssystem/RecorderX.java View File

@@ -91,6 +91,7 @@ public class RecorderX {
.build();



Consumer<VideoRecordEvent> recordingListener = new Consumer<VideoRecordEvent>() {
@Override
public void accept(VideoRecordEvent videoRecordEvent) {

Loading…
Cancel
Save