PopupDialog icon indicating copy to clipboard operation
PopupDialog copied to clipboard

Speed-up showing PopupDialog possible?

Open sabiland opened this issue 5 years ago • 1 comments

Is it possible to speed-up presenting PopupDialog?

sabiland avatar Dec 05 '20 12:12 sabiland

DynamicBlur is rendering even when blurEnabled is set to false via PopupDialogOverlayView.appearance() proxy. It's in PresentationController.containerViewWillLayoutSubviews() method - calling overlay.blurView.refresh().

pallik avatar Oct 07 '21 14:10 pallik