Skip to content

Commit

Permalink
fixed biometric exception issue (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinPremkumar authored May 10, 2024
1 parent 24d36ac commit 1a0add6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/ui/onboard/widgets/operator_biometrics_capture_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,14 @@ class _OperatorBiometricsCaptureState
"assets/images/Group 57548@2x.png",
)
: Image.asset(
"assets/images/Group 57745@2x.png",
"assets/images/Group 57745@2x.png",
)),
if (!biometricAttributeData.exceptions.contains(false))
Positioned(
top: 15,
right: 15,
child: Image.asset(
"assets/images/Group 57548@2x.png",
)),
if (biometricAttributeData.isScanned == true)
Positioned(
Expand Down

0 comments on commit 1a0add6

Please sign in to comment.