Actions
Bug #1334
closedICMB Investor App – Exception on Market Hours Screen (setState() called after dispose) [Identified During Code Review]
Description
The Market Hours screen triggers a crash due to a setState() call after the widget has already been disposed. This happens when an API response or timer callback tries to update the UI while the screen is no longer mounted.
Files
Updated by Muhammed Aslam 4 months ago
- File Screenshot 2025-08-22 at 2.49.29 PM.png Screenshot 2025-08-22 at 2.49.29 PM.png added
- Subject changed from ICMB Investor App – Exception on Market Hours Screen (setState() called after dispose) to ICMB Investor App – Exception on Market Hours Screen (setState() called after dispose) [Identified During Code Review]
Updated by Muhammed Aslam 3 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed the issue and handled the error
Actions