fix: Revert change

This commit is contained in:
Blazebrain 2025-01-16 14:07:01 +01:00
parent ff3606a152
commit 4707dc8f42

View file

@ -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);