fix detekt

This commit is contained in:
AnastasiyaK97 2022-09-16 11:41:07 +03:00 committed by Anastasiya97
parent 5e3636d5e7
commit dc0c902e83
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class AlertDialogManager {
onCancelAction: () -> Unit = {}
) {
val styledContext = ContextThemeWrapper(context, style)
MaterialAlertDialogBuilder(styledContext)
.setView(LayoutInflater.from(styledContext).inflate(dialogLayout, null))
.show()