mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Provide RenderingDelegate for ShadedBlock
commit_hash:df3a4cbc49a6d5c1aa9159089955d787784e17e4
This commit is contained in:
@@ -73,7 +73,8 @@ private final class ShadedBlockView: ViewWithShadow, BlockViewProtocol,
|
||||
} else {
|
||||
blockView = model.block.makeBlockView(
|
||||
observer: observer,
|
||||
overscrollDelegate: overscrollDelegate
|
||||
overscrollDelegate: overscrollDelegate,
|
||||
renderingDelegate: renderingDelegate
|
||||
)
|
||||
}
|
||||
shadow = model.shadow
|
||||
|
||||
Reference in New Issue
Block a user