Skip to content

MediaGridCollectionCell: optimize dynamic shadow on bright theme

This silences the optimization opportunity in xcode by specifying a standard shadow shape. This will make the layer avoid using a dynamic shadow which are expensive to render.

Merge request reports