Skip to content

Commit

Permalink
Remove unecessary increment when checking credential availability for…
Browse files Browse the repository at this point in the history
… Presentation request
  • Loading branch information
hawkbee1 committed Oct 26, 2023
1 parent f9e7e67 commit 0e74d03
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -763,9 +763,6 @@ class QRCodeScanCubit extends Cubit<QRCodeScanState> {
credentialList: List.from(credentialList),
inputDescriptorIndex: index,
);

index++;

if (filteredCredentialList.isEmpty) {
return false;
}
Expand Down

0 comments on commit 0e74d03

Please sign in to comment.