Botaksy
Botaksy
我也遇到这个问题请问有解决吗?
@447166939 请问你dialog在调用open的时候会不会报错呢,TopView is not exists,这个错?你是有在界面写Topview这个组件吗??
It's may not the calculate `mCollapsedHeight` cause the problem. I think is the method `clearAnimation();` cause the problem, try to remove this code in front of the `startAnimation(animation);`
@wasabeef same issue I add an adjuster for `GPUImageSmoothToonFilter` and set the blur size for blur filter, but the the blur is not effect while the seek bar change. Is...
I found a solution with call `runPendingOnDrawTasks()`. Like this: ```java public void setBlurSize(float value) { Log.e("onBlurSize ", " size " + value); blurFilter.setBlurSize(value); blurFilter.runPendingOnDrawTasks(); } ``` And it works. But...