Open sabiland opened 4 years ago
DynamicBlur is rendering even when blurEnabled
is set to false via PopupDialogOverlayView.appearance()
proxy. It's in PresentationController.containerViewWillLayoutSubviews()
method - calling overlay.blurView.refresh()
.
Is it possible to speed-up presenting PopupDialog?