Skip to content

Commit

Permalink
fix: SAM selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpierrefortune committed Dec 5, 2023
1 parent 5206acf commit 4e8a933
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class TicketingService @Inject constructor(private var readerRepository: ReaderR
samSelectionManager.prepareSelection(
readerApiFactory
.createBasicCardSelector()
.filterByCardProtocol(
.filterByPowerOnData(
LegacySamUtil.buildPowerOnDataFilter(LegacySam.ProductType.SAM_C1, null)),
LegacySamExtensionService.getInstance()
.legacySamApiFactory
Expand Down

0 comments on commit 4e8a933

Please sign in to comment.