Skip to content

Commit

Permalink
Move function return to right line on scan success (#521)
Browse files Browse the repository at this point in the history
Issue #520
  • Loading branch information
awnz authored Aug 21, 2024
1 parent 30cfcc5 commit 4558fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/barcode/stock.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class BarcodeScanStockLocationHandler extends BarcodeHandler {

if (result && OneContext.hasContext) {
OneContext().pop();
return;
}
return;
}
}

Expand Down

0 comments on commit 4558fff

Please sign in to comment.