-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
androidx setDefaultCallback后设置空页面不成功 #133
Comments
@KarenKaKa 你好,可以下载Demo运行下,然后尝试修改下参数,你说的场景类似:https://github.com/KingJA/LoadSir/blob/v1.3.8/app/src/main/java/sample/kingja/loadsir/target/NormalFragment.java |
我也遇到这个问题,androidx的fragment中的 onresume后调用showloading,但是会一闪而过出现setDefaultCallback的页面 |
我试验了一下,1.3.6版本是正常的 目前只能退回1.3.6了。每个页面都延时请求太麻烦了 |
这个bug还没人修复吗? |
同样问题,要延迟才能显示 |
首先,旧版本用的很顺。
Androidx后在application中设置了setDefaultCallback,然后在fragment中初始化LoadSir,并设置显示空页面,结果是并不会显示空页面,而是空页面一闪而过显示DefaultCallback
The text was updated successfully, but these errors were encountered: