Post marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as solved with 1 replies, 0 views
Replied In
Refresh App When it Enters Foreground.
I figured out the answer. Because my message variable was from a function, it only called when the app started up - not when the view was rendered. It didn't detect when the function output changed. Instead, making it so that my function was called in the actual Text(message()) part, so it checked every time the view updated.