mmin18 / RealtimeBlurView

A realtime blurring overlay for Android (like iOS UIVisualEffectView)
Other
3.17k stars 343 forks source link

Not support PopupWindow! #5

Closed KennethLaw closed 6 years ago

KennethLaw commented 7 years ago

Work fine on Activity but not work on popupWindow

mmin18 commented 7 years ago

Fixed in v1.0.5, can you verify. dependencies { compile 'com.github.mmin18:realtimeblurview:1.0.4' }

KennethLaw commented 7 years ago

My sample app is using WindowManager where were added a RealtimeBlurView,Or can not work normally.