Actions
Bug #1391
closedApp Crash in Open Live Account Screen Due to Async Call Inside setState()
Description
The app crashes on the Open Live Account Screen when the user submits or validates the form. This occurs because an asynchronous method (async/Future) is being executed directly inside setState(). In Flutter, setState() must only contain synchronous code.
Files
Actions