uncomment fix for state issues

This commit is contained in:
Matthew Fosse 2024-07-24 16:17:50 -05:00
parent f3c976cf42
commit c78243f802

View file

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