We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3f11d9 + 912d6ff commit 44a64d8Copy full SHA for 44a64d8
YubiKit/YubiKit/Connections/SmartCardConnection/YKFSmartCardConnection.m
@@ -70,8 +70,8 @@ - (void)updateConnections API_AVAILABLE(ios(16.0)) {
70
}
71
}];
72
} else if (self.connectionController != nil) {
73
- [self.delegate didDisconnectSmartCard:self error:nil];
74
self.connectionController = nil;
+ [self.delegate didDisconnectSmartCard:self error:nil];
75
[self.currentSession clearSessionState];
76
self.currentSession = nil;
77
0 commit comments