Conversation
Owner
|
那个 FULL_SCREE 的 flag 在某些场景下是需要的,我后面提供一个新的方法来处理这个,至于 light mode 和 dark mode 的定义,比较倾向 Google 官方的定义,即 白底黑字为 light mode ,黑底白字为 dark mode |
Author
|
"至于 light mode 和 dark mode 的定义,比较倾向 Google 官方的定义,即 白底黑字为 light mode ,黑底白字为 dark mode",这个我改的比较冲忙,没有看官方的定义,就依你的处理就可以。但是如果用FULL_SCREE来设置在我们的魅族手机上确实是有问题 |
Owner
|
FULL_SCREEN 的问题会改一下,这个确实存在问题,会多添加一个方法来处理 |
Author
|
好的,朋友! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
我们在测试的时候发现使用之前的方式设置模式切换在魅族部分手机WebView全屏的情况下UI显示不正确,如此修改后测试无问题!