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
We are setting a height constraint on the page view controller based on the content size of the tableview. My hypothesis is that the tableview doesn't know its actual height until all the cells are reloaded.
The proper way to fix this would be to rewrite the meal view controller to use a stack view.
To replicate the issue:
If you select lunch then select dinner, the dinner menu will be fully displayed.
This bug can only be replicated during breakfast time, as the breakfast menu needs to appear first.
The text was updated successfully, but these errors were encountered: