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

fix AccountsInListFragment not showing any accounts #4851

Merged
merged 2 commits into from
Jan 5, 2025

Conversation

connyduck
Copy link
Collaborator

@connyduck connyduck commented Jan 5, 2025

The problem is that the MaterialAlertDialog uses a layout with "wrap_content" around the custom view. Even though the dialog was stretched to the whole window size, the content was never shown.
The fix reverts to the default dialog and styles it as if it was a MaterialAlertDialog, which works and also looks better on smaller screens.

fixes #4850

@connyduck connyduck requested review from Tak and charlag January 5, 2025 09:37
@connyduck connyduck merged commit b52a5cd into develop Jan 5, 2025
1 check passed
@connyduck connyduck deleted the fix-accountsinlistfragment branch January 5, 2025 10:34
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.

can't edit lists
2 participants