Skip to content

Commit b0ea920

Browse files
author
rachana-egov
committed
Cleared scanner
1 parent 4125a7d commit b0ea920

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/registration_delivery/lib/pages/search_beneficiary.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@ class _SearchBeneficiaryPageState
275275
final formData = formState.formData;
276276
if (formData.isEmpty) return;
277277

278+
context
279+
.read<DigitScannerBloc>()
280+
.add(const DigitScannerEvent.handleScanner());
281+
278282
try {
279283
if (formState.isEdit) {
280284
final formEntityMapper = FormEntityMapper(config: jsonConfig);

0 commit comments

Comments
 (0)