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