-
-
Notifications
You must be signed in to change notification settings - Fork 73
[Bug] Feed screen layout overlap when ErrorBar appears #734
Copy link
Copy link
Open
Description
Bug
When a network error happens on the Feed screen, an ErrorBar shows up above the feed. When this appears, the header section becomes taller (TopBar + ErrorBar + NavigationChips), but the feed list below does not shift properly. Because of this, the feed cards move up and overlap the header area.
Steps to Reproduce => Open the Feed screen first with network, then turn off network and pull refresh, when the ErrorBar appears, look at the first few feed items.
Cause
The feed list currently uses a fixed spacer (StartingSpacer) at the top to account for the header height. When the ErrorBar appears, the header becomes taller but the spacer stays the same height, which causes the overlap.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels