wangbax
wangbax
## 🐛 Bug Report stacktrace like this: ``` FileSystemException: FileSystemException: Cannot delete file, path = 'E:\娱乐\TapBooster\cache\temp\libCachedImageData\e2ac1550-dc22-11ec-a02b-eb8d38960b87.jpg' (OS Error: 另一个程序正在使用此文件,进程无法访问。 , errno = 32) File "file_impl.dart", line 283, in _File._delete. File...
### Steps to Reproduce the Problem 1. Change Sample build.gradle `targetSdkVersion` less than 30 (eg: 29, 28, 26) 2. Run app 3. Take a screenshot ### Expected Behavior Show Instabug...
- [x] I have searched [existing issues](https://github.com/facebook/litho/issues) and this is not a duplicate ## Version implementation 'com.facebook.litho:litho-core:0.30.0' implementation 'com.facebook.litho:litho-widget:0.30.0' kapt 'com.facebook.litho:litho-processor:0.30.0' implementation("com.facebook.litho:litho-fresco:0.30.0") implementation 'com.facebook.litho:litho-sections-core:0.30.0' implementation 'com.facebook.litho:litho-sections-widget:0.30.0' compileOnly 'com.facebook.litho:litho-sections-annotations:0.30.0' kapt 'com.facebook.litho:litho-sections-processor:0.30.0'...