Skip to content

[Bug] Feed screen layout overlap when ErrorBar appears #734

@rajeev-k47

Description

@rajeev-k47

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions