Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I reload a table that is behind on the navigation stack? #136

Closed
brunomunizaf opened this issue Oct 20, 2021 · 1 comment
Closed

Comments

@brunomunizaf
Copy link

I have a table on screen A that observes a sqlite database and shows contact cells containing photos and nicknames. I push a detail screen B and change this same contact details like nickname and photo. When I perform the change, I see the print from the combine stream (combine)

Expected Behavior

Once I pop screen B, table already got reloaded w/ the updates from the models

Current Behavior

Table didn't get reloaded

@brunomunizaf
Copy link
Author

The object I was using wasn't hashing that specific property. Closing it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant