We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b456b commit d5a5008Copy full SHA for d5a5008
android/src/main/java/com/reactnativecommunity/blurview/BlurViewManagerImpl.java
@@ -29,7 +29,7 @@ class BlurViewManagerImpl {
29
.getDecorView();
30
ViewGroup rootView = decorView.findViewById(android.R.id.content);
31
Drawable windowBackground = decorView.getBackground();
32
- if (Build.VERSION.SDK_INT >= 31) {
+ if (Build.VERSION.SDK_INT >= 31 && blurView.isHardwareAccelerated()) {
33
blurView
34
.setupWith(rootView, new RenderEffectBlur())
35
.setFrameClearDrawable(windowBackground)
0 commit comments