Yuichi Hirano

Results 3 comments of Yuichi Hirano

I had the same problem. This problem cause is maybe the view isn't render yet when called "Blurry.with(context).onto(viewGroup);". My solution is using ViewTreeObserver(). ``` java viewGroup.getViewTreeObserver().addOnPreDrawListener(new ViewTreeObserver.OnPreDrawListener() { @Override public...

I made LicensePlistViewController. https://github.com/yhirano/LicensePlistViewController

There may be a problem with the obfuscation settings. I'm guessing that setting `-keeppackagenames` to Proguard/R8 may solve this problem. The following may be helpful for you. https://stackoverflow.com/questions/67492135/how-can-i-obfuscate-the-package-names-for-two-different-aar-without-having-du