Skip to content
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

无法显示在系统原生Dialog上面 #57

Open
hardlove opened this issue Jul 22, 2022 · 1 comment
Open

无法显示在系统原生Dialog上面 #57

hardlove opened this issue Jul 22, 2022 · 1 comment

Comments

@hardlove
Copy link

和系统原生dialog同时使用时,先弹出系统原生Dialog,再通过AnyLayer弹出dialog。AnyLayer方式弹出的Dialog被覆盖在原生Dialog下方

@goweii
Copy link
Owner

goweii commented Jul 23, 2022

正常现象,dialoglayer的本质是向activity的根布局态添加view,所以和activity是同一个window,而系统dialog是一个新的window,所以肯定会被系统dialog覆盖的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants