expirimental optimization

This commit is contained in:
Matthew Fosse 2024-07-17 09:38:51 -07:00
parent ef458d1dae
commit 92669a6539

View file

@ -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: