mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
fix: Revert change
This commit is contained in:
parent
ff3606a152
commit
4707dc8f42
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ abstract class LedgerViewModelBase with Store {
|
|||
: ledgerPlusUSB;
|
||||
|
||||
if (_connectionChangeSubscription == null) {
|
||||
// _connectionChangeSubscription = ledger.deviceStateChanges
|
||||
// .listen(_connectionChangeListener);
|
||||
_connectionChangeSubscription = ledger.deviceStateChanges
|
||||
.listen(_connectionChangeListener);
|
||||
}
|
||||
|
||||
_connection = await ledger.connect(device);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue