Hi all,
I have multiple app screen pages with buttons that have multiple actions tied to them on press. These actions include: updating page states, updating app states, running a custom action, updating an app state two more times(one of these uses a custom function) and then navigating. I'd like to point out that this was originally not an issue whatsoever and it just suddenly started happening recently.
The behavior is that I press the button, it has the press animations it normally does, but I dont recieve any feedback after that, then after pressing it again(possibly even multiple times) it suddenly works but it also seems to have repeated some actions from the previous clicks. Is there anything I should do to avoid this behavior?
Thanks.