Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
IMPORTANT: Please readhttps://developer.android.com/studio/report-bugs.html carefully and supply
all required information.
Android Studio Build: 4.1 Canary 7 Version of Gradle Plugin: 4.1.0-alpha07 Version of Gradle: 6.3 OS: Windows 10 Version of Compose: 0.1.0-dev10
Steps to Reproduce: The source of AlertDialog copies the properties of the MaterialTheme (new added property
shapes
is forgotten) and wraps the Dialog content with aMaterialTheme
but Dialog do not do that and uses the default lightTheme. IMHO this should be done inside Dialog instead of AlertDialog Also the shapes property is missed in AlertDialog.