Actions
Bug #1340
closedICMB Investor App – Exception on Daily Report Screen (dependOnInheritedWidgetOfExactType() called before initState completed) [Identified During Code Review]
Description
When opening the Daily Report screen, the app throws an exception because dependOnInheritedWidgetOfExactType() is called before initState() completes in DailyReportScreenState.
Files
Updated by Muhammed Aslam 3 months ago
- % Done changed from 0 to 100
setState calling is handled using widget mount check, handled exception and fixed the issue
Actions