change default value for wasRenderingOnInactive to true

This commit is contained in:
Nick Fisher
2023-10-18 13:47:11 +08:00
parent 482ab29f49
commit b26500af20

View File

@@ -195,7 +195,7 @@ class _SizedFilamentWidgetState extends State<_SizedFilamentWidget> {
super.dispose();
}
bool _wasRenderingOnInactive = false;
bool _wasRenderingOnInactive = true;
void _handleStateChange(AppLifecycleState state) async {
switch (state) {