You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: setState() called after dispose(): _FlowInfoState#abe98(lifecycle state: defunct, not mounted)
E/flutter ( 9529): This error happens if you call setState() on a State object fora widget that no longer appearsin the widget tree (e.g., whose parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback.
E/flutter ( 9529): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree.
E/flutter ( 9529): This error might indicate a memory leak ifsetState() is being called because another object is retaining a reference to this State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose().
Example code (optional)
No response
Contact
No response
The text was updated successfully, but these errors were encountered:
Version
点击事件延迟响应
Platforms
Android
Device Model
galaxy tab A7 (Android 11)
flutter info
How to reproduce?
fconsole: ^2.3.1
在三星平板中有时候 会出现界面里面clear,hide,点击flow详情放回键点击无效;然后过一段时间会点击的事件才生效;这里是有推送信息一直在后台打印的
Logs
Example code (optional)
No response
Contact
No response
The text was updated successfully, but these errors were encountered: