Skip to content

Commit

Permalink
feat(EC-512): Handle Camera Leakage when started but not stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
ExalTomiche committed May 29, 2024
1 parent 279acd7 commit 165d679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.sonar.check.Rule;

@Rule(key = "EC512")
public class CameraLeak extends SwiftRuleCheck {
public class CameraLeakCheck extends SwiftRuleCheck {
private static final String DEFAULT_ISSUE_MESSAGE = "Any started capture session should be stopped.";
private boolean captureSessionStarted = false;
private boolean captureSessionStopped = false;
Expand Down

0 comments on commit 165d679

Please sign in to comment.