-
Notifications
You must be signed in to change notification settings - Fork 284
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
Condor手机底部状态栏状态获取异常 #131
Comments
Condor设备目前没有在我们MTL机型库内部,目前还没有真机可以测试。库内部的判断导航栏可见逻辑目前是兼容市场绝大多数设备,对于 Condor 能否麻烦你调试下ROM内部如何判断Nav显示的逻辑。 对应的机型应该是指 https://www.condor.dz/en/nos-produits/produit/714-allure-m3-lite |
Androidx版本:是 |
收到,已经申请测试手机,明天测试下。 |
一加8 |
pixel 4 |
两个都是Android11,1加8全屏手势/导航栏模式,pixel 导航栏 兼容测试都能通过。麻烦你提供下你的场景更细节的使用及代码调用逻辑。 |
在 activity 全屏模式隐藏状态栏导航栏后 手机型号: 一加7t PanelSwitchHelper > Builder 这部分我觉的最好优先使用 dialogFragment.dialog.window而不是dialogFragment.activity?.window,要不在activity 和 fragmentdialog 状态栏显隐藏不一致时就会判断异常了 constructor(dialogFragment: DialogFragment) : this(dialogFragment.activity?.window, dialogFragment.view) |
Androidx版本:是
PanelSwitchHelper版本:v1.3.13
手机型号: Condor Allure m3
手机系统版本: Android 8.0
问题描述:当手机开启底部虚拟导航栏(非半透明),DisplayUtil.isNavBarVisible返回为false,导致PanelSwitchLayout布局排版错误,输入框被顶下去隐藏了。
The text was updated successfully, but these errors were encountered: