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:
@@ -90,6 +90,7 @@ public class SecurityTokenConnection {
|
|||||||
|
|
||||||
public void connectIfNecessary(Context context) throws IOException {
|
public void connectIfNecessary(Context context) throws IOException {
|
||||||
if (isConnected()) {
|
if (isConnected()) {
|
||||||
|
refreshConnectionCapabilities();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user