Kaopiz / KProgressHUD

An implement of ProgressHUD for Android, similar to MBProgressHUD, SVProgressHUD for iOS.
Apache License 2.0
1.65k stars 382 forks source link

android 9.0 加载时状态栏会消失 #56

Open chinahbpyj opened 5 years ago

chinahbpyj commented 5 years ago

android 9.0系统,一加5,loading时状态栏会消失,加载完毕会显示出来

tuanna-hsp commented 5 years ago

Did you confirm that issue with any other Android 9 devices or emulator? It seems fine in my case.

chinahbpyj commented 5 years ago

Hello, I just tried it with mi 8. Android 9.0 system still has the same problem

tuanna-hsp commented 5 years ago

There may be a conflict between your project theming style and the HUD dialog. Though I don't know for sure without some context. Can you download the demo project and confirm if the problem also happens?

chinahbpyj commented 5 years ago

Yes, I changed your source code according to the way you said. I just added the style when I created the ProgressDialog. You can provide the added style