You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AppCompatDialogFragment inherits from DialogFragment, so this is not an API breaking change.
However, styling of AppCompatDialogFragments works slightly different, so we should put a disclaimer in the release notes.
The main advantage is that "dialogCornerRadius" is now correctly applied (previously only the API 28 attribute "android:dialogCornerRadius" would work)
Fixes#588Fixes#504
0 commit comments