Speed-up showing PopupDialog possible?
sabiland opened this issue · 1 comments
sabiland commented
Is it possible to speed-up presenting PopupDialog?
pallik commented
DynamicBlur is rendering even when blurEnabled
is set to false via PopupDialogOverlayView.appearance()
proxy. It's in PresentationController.containerViewWillLayoutSubviews()
method - calling overlay.blurView.refresh()
.