YuanShine

Results 4 issues of YuanShine

## Current use version? #### 当前使用的版本是多少? ``` api 'io.github.lucksiege:pictureselector:v3.11.1' api 'io.github.lucksiege:compress:v3.11.1' api 'io.github.lucksiege:ucrop:v3.11.1' ``` ## Will this problem occur in demo? #### Demo能否复现这问题? ``` 暂时只在生产环境发现此问题 ``` ## Describe the problem...

因为网络请求速度太快的情况下showLoadingView只会闪一下马上变成showContentView,这样看起来很奇怪

使用flow的retryWhen操作符进行网络请求的重试会出现java.lang.IllegalStateException: Already executed. 因为retrofit2.0请求只能调用一次