Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix AccountsInListFragment not showing any accounts (#4851)
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
- Loading branch information