Skip to content

Use RenderEffect instead of RenderScript on API 31+

Nicolas Pomepuy requested to merge Aza/vlc-android:blur into master

It should display the same but will remove a deprecation warning and will also improve the performances.

The only non applicable call is in the TV BackgroundManager because it doesn't expose its view.

Merge request reports