mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
fix autopin pref load on app start
This commit is contained in:
parent
6af6456c9c
commit
c4a765086d
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ class Prefs extends ChangeNotifier {
|
|||
await _setMaxDecimals();
|
||||
_useTor = await _getUseTor();
|
||||
_fusionServerInfo = await _getFusionServerInfo();
|
||||
_autoPin = await _getAutoPin();
|
||||
|
||||
_initialized = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue