Skip to content

Commit

Permalink
IOS-6522 Fix alert message
Browse files Browse the repository at this point in the history
  • Loading branch information
tureck1y committed Apr 23, 2024
1 parent d3f79b5 commit 89e12ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions TangemSdk/TangemSdk/Common/NFC/NFCReader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,8 @@ extension NFCReader: NFCTagReaderSessionDelegate {
invalidatedWithError = stoppedError ?? TangemSdkError.parse(error as! NFCReaderError)
}

isBeingStopped = false

if let tagConnectionTS {
let currentTS = Date()
Log.nfc("Session time is: \(currentTS.timeIntervalSince(sessionDidBecomeActiveTS))")
Expand Down
1 change: 0 additions & 1 deletion TangemSdk/TangemSdk/Common/Network/NetworkService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public class NetworkService {

private func requestDataPublisher(request: URLRequest, configuration: URLSessionConfiguration) -> AnyPublisher<Data, NetworkServiceError> {
Log.network("request to: \(request)")
Log.network("request to: \(String(describing: request.allHTTPHeaderFields))")

return URLSession(configuration: configuration)
.dataTaskPublisher(for: request)
Expand Down

0 comments on commit 89e12ad

Please sign in to comment.