Browse Source

Refactor in DetectorService class

bk_video
Bastian Kohler 1 year ago
parent
commit
ea0e88ed89

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

@@ -141,7 +141,6 @@ public class VideoDetector extends Detector {
public void startRecording() {
// Check States
if (isRecording){
extendViolation();
return;
}
// Return On Request Permissions

Loading…
Cancel
Save