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
After pressing the bookmark button from the notice detail screen and navigating to the home screen, the notice is not shown as bookmarked.
Expected Behavior
After pressing the bookmark button from the notice detail screen and navigating to the home screen, the user should see the notice bookmarked.
Current Behavior
After pressing the bookmark button from the notice detail screen and navigating to the home screen, the notice is not shown as bookmarked.
Possible Solution
We may need to add a call to the bookMarkNotices stream from the notice detail screen so that as soon as the API call returns a 200 status code, the notice is marked as bookmarked.
Steps to Reproduce
Enter a notice by tapping on it
Press the bookmark from within the notice
On navigating back to the home screen, the notice is still not bookmarked and reloading the app fixes the issue
The text was updated successfully, but these errors were encountered:
After pressing the bookmark button from the notice detail screen and navigating to the home screen, the notice is not shown as bookmarked.
Expected Behavior
After pressing the bookmark button from the notice detail screen and navigating to the home screen, the user should see the notice bookmarked.
Current Behavior
After pressing the bookmark button from the notice detail screen and navigating to the home screen, the notice is not shown as bookmarked.
Possible Solution
We may need to add a call to the bookMarkNotices stream from the notice detail screen so that as soon as the API call returns a 200 status code, the notice is marked as bookmarked.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: