If someone uses UseCustomLayout = true, animations won't be applied.
Because the default animation is ModalAnimationType.FadeInOut, the delay for the animation will be applied also for custom layouts, which leads to a very bad 400ms delay where nothing happens after closing a dialog.
Forgot to mention: Maybe it's better to just set the animation default to None for custom layouts automatically. But I'm not sure how to best handle this.
If someone uses
UseCustomLayout = true
, animations won't be applied.Because the default animation is
ModalAnimationType.FadeInOut
, the delay for the animation will be applied also for custom layouts, which leads to a very bad 400ms delay where nothing happens after closing a dialog.