Skip to content

Commit

Permalink
refactor: remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed Nov 14, 2023
1 parent b6f998c commit a377eb6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ class OSBARCScannerActivity : ComponentActivity() {
@Composable
fun TorchButton() {
var isFlashlightOn by remember { mutableStateOf(false) }

Button(
onClick = {
toggleFlashlight(isFlashlightOn)
Expand Down

0 comments on commit a377eb6

Please sign in to comment.