From ea0e88ed895ea44ba24bcea442cec63f63c8eeed Mon Sep 17 00:00:00 2001 From: Bastian Kohler Date: Mon, 19 Jun 2023 14:51:04 +0200 Subject: [PATCH] Refactor in DetectorService class --- .../com/example/ueberwachungssystem/Detection/VideoDetector.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/com/example/ueberwachungssystem/Detection/VideoDetector.java b/app/src/main/java/com/example/ueberwachungssystem/Detection/VideoDetector.java index 0392220..1f1a759 100644 --- a/app/src/main/java/com/example/ueberwachungssystem/Detection/VideoDetector.java +++ b/app/src/main/java/com/example/ueberwachungssystem/Detection/VideoDetector.java @@ -141,7 +141,6 @@ public class VideoDetector extends Detector { public void startRecording() { // Check States if (isRecording){ - extendViolation(); return; } // Return On Request Permissions