Skip to content
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

Clip StatusRowView to prevent media from hiding swipe action buttons #2107

Closed

Conversation

asendra
Copy link

@asendra asendra commented Jun 16, 2024

Description

When a status contains multiple images, they overlap with the swipe action buttons, hiding them.

Fixes #2106

This PR clips the StatusRowView and switches the horizontal inset for horizontal padding.

At first, I only added the clipping.

Unfortunately, due to the list inset, this made the content not go edge to edge, defeating what I guess was the desired effect of the feature. (See alternative solution for the result)

This is the reason why I also had to replace the list horizontal inset for the horizontal content padding.

Before

before

After

fix

Alternative solution

alternative

@Dimillian Dimillian closed this Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Multiple embedded images hide swipe actions
2 participants