fix detekt
This commit is contained in:
parent
5e3636d5e7
commit
dc0c902e83
|
|
@ -25,7 +25,7 @@ class AlertDialogManager {
|
|||
onCancelAction: () -> Unit = {}
|
||||
) {
|
||||
val styledContext = ContextThemeWrapper(context, style)
|
||||
|
||||
|
||||
MaterialAlertDialogBuilder(styledContext)
|
||||
.setView(LayoutInflater.from(styledContext).inflate(dialogLayout, null))
|
||||
.show()
|
||||
|
|
|
|||
Loading…
Reference in New Issue