refresh connection capabilities even if connection was already established

This is relevant for he Ledger Nano S, which may change "key slots"
interactively.
This commit is contained in:
Vincent Breitmoser
2018-06-07 13:36:34 +02:00
parent 35e7fece0d
commit 122a8d97f8

View File

@@ -90,6 +90,7 @@ public class SecurityTokenConnection {
public void connectIfNecessary(Context context) throws IOException {
if (isConnected()) {
refreshConnectionCapabilities();
return;
}