We're using app states for a ListView and have implemented functionality to add and remove items. However, the current build is running slow with those actions, a delay of almost a second before an app state change (e.g. triggers conditional builder to icon change) is reflected. Will this delay persist in the final build and deployment, or is it primarily an issue with running the app in a phone emulator within a browser?
Image is of a conditional builder that has icons. When the icons are pressed they trigger actions to change appStates and then show the other icon.