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
The style AppTheme.Dialog.NoActionBar.MinWidth was referenced by several
DialogFragment classes but was removed during cleanup, causing compilation errors:
- BaseDialogFragment.kt
- FeedbackFragment.kt
- RatingFragment.kt
- CollectionsFragment.kt
Restored the style definition with appropriate dialog theme properties.
0 commit comments