mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
uncomment fix for state issues
This commit is contained in:
parent
f3c976cf42
commit
c78243f802
1 changed files with 3 additions and 3 deletions
|
@ -134,9 +134,9 @@ class RootState extends State<Root> with WidgetsBindingObserver {
|
|||
setState(() => _setInactive(true));
|
||||
}
|
||||
|
||||
// if (widget.appStore.wallet?.type == WalletType.litecoin) {
|
||||
// widget.appStore.wallet?.stopSync();
|
||||
// }
|
||||
if (widget.appStore.wallet?.type == WalletType.litecoin) {
|
||||
widget.appStore.wallet?.stopSync();
|
||||
}
|
||||
|
||||
break;
|
||||
case AppLifecycleState.resumed:
|
||||
|
|
Loading…
Reference in a new issue