-
Notifications
You must be signed in to change notification settings - Fork 527
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
Paused activity does not get LiveData update onResume #322
Comments
FYI I'm pretty sure this issue shouldn't happen with the new CoroutineLiveData that we're using, but this needs verification from someone. |
I tried reproducing this issue as described in #544:
Newly added profile is shown in the ProfileChooserFragment without needing to restart the app. It is also shown after the restart. |
Cool, I think that means that the replacement NotifiabelAsyncLiveData fixed this (or some other change). |
In ProfileActivity, ProfileChooserFragment's list of profiles does not get updated when returning to the activity when another activity updates ProfileDatabase.
The text was updated successfully, but these errors were encountered: