You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a variable in my AppState, and I would like to change an icon depending on this variable, after a setState().
It seems the icon is changing only if I go to another page...
To Reproduce
Steps to reproduce the behavior:
Have a variable in your AppState (here it's List<Message> newMessages)
Describe the bug
I have a variable in my AppState, and I would like to change an icon depending on this variable, after a setState().
It seems the icon is changing only if I go to another page...
To Reproduce
Steps to reproduce the behavior:
List<Message> newMessages
)Expected behavior
After calling checkNewMessages, the Icon should be
mark_email_unread_outlined
, but it saysmail_outline
.Maybe it's not a bug, maybe It's my code the bug, but I've not find anything in your documentation regarding this...
Thanks
The text was updated successfully, but these errors were encountered: