Skip to content

Commit

Permalink
Fix minor localization
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinullrich committed Dec 13, 2024
1 parent 883ecec commit 723185b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib/view_model/hardware_wallet/ledger_view_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ abstract class LedgerViewModelBase with Store {
].request();

return statuses.values.where((status) => status.isDenied).isEmpty;
});
}, bleOptions: sdk.BluetoothOptions(maxScanDuration: Duration(minutes: 2)));
_bleIsInitialized = true;
}
}
Expand Down Expand Up @@ -100,7 +100,6 @@ abstract class LedgerViewModelBase with Store {
? ledgerPlusBLE
: ledgerPlusUSB;

await ledger.stopScanning();

if (_connectionChangeListener == null) {
_connectionChangeListener = ledger.deviceStateChanges.listen((event) {
Expand Down
4 changes: 2 additions & 2 deletions res/values/strings_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
"recipient_address": "Empfängeradresse",
"reconnect": "Erneut verbinden",
"reconnect_alert_text": "Sind Sie sicher, dass Sie sich neu verbinden möchten?",
"reconnect_your_hardware_wallet": "Schließen Sie Ihre Hardware -Brieftasche wieder an",
"reconnect_your_hardware_wallet": "Hardware-Wallet neu verbinden",
"reconnection": "Neu verbinden",
"red_dark_theme": "Red Dark Thema",
"red_light_theme": "Red Light Thema",
Expand Down Expand Up @@ -970,4 +970,4 @@
"you_will_get": "Konvertieren zu",
"you_will_send": "Konvertieren von",
"yy": "YY"
}
}

0 comments on commit 723185b

Please sign in to comment.