Skip to content

Commit

Permalink
Merge pull request #241 from tangem/IOS-2722_fix_pin_request
Browse files Browse the repository at this point in the history
IOS-2722 Remove debounce for now
  • Loading branch information
tureck1y authored Dec 14, 2022
2 parents 18f73db + aba0cd7 commit 72b51b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TangemSdk/TangemSdk/Common/Core/CardSession.swift
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ public class CardSession {
reader.viewEventsPublisher //Subscription for reader's view events and invoke viewDelegate
.dropFirst()
.removeDuplicates()
.receive(on: DispatchQueue.main)
.debounce(for: 0.2, scheduler: DispatchQueue.main)
.sink(receiveValue: { [unowned self] event in
switch event {
case .none:
Expand Down

0 comments on commit 72b51b9

Please sign in to comment.