Skip to content

Commit

Permalink
Fix torch button
Browse files Browse the repository at this point in the history
  • Loading branch information
WezSieTato committed Dec 29, 2024
1 parent 8a36114 commit c7de24f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pages/scan/scan.dart
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ class _MainPageState extends State<MainPage> {
GestureDetector(
onTap: () {
_scanBloc.add(ScanEvent.torchSwitched());
cameraController.toggleTorch();
},
child: Container(
decoration: BoxDecoration(
Expand Down

0 comments on commit c7de24f

Please sign in to comment.