Fix Android widget rendering on MIUI - #394
Open
quecai-niu wants to merge 2 commits into
Open
Conversation
Owner
|
@quecai-niu #394 也拆得很干净 👍 MIUI 小组件渲染这块我完整看过,诊断和修法都对:
功能上可以合。 两个小点供你判断(都不阻塞):
辛苦 🙏 |
Author
|
@TNT-Likely 感谢 review,暗色背景建议已处理并推送(
已通过 |
Owner
|
感谢 PR,也感谢你在小米设备上做的排查。不过维护者在实机(小米设备)测试当前这版后,发现修复实际效果是有问题的,想先和你对齐再继续: 实测两个问题
所以这版的方向恐怕是错的:既降低了全局清晰度、又没真正消除白边。而且 想请你补充几项信息,以便复现和定位真正根因
有了同款环境我们才能确认根因到底是 RemoteViews 位图大小上限、还是布局比例问题,从而找到不牺牲清晰度的正确修法。再次感谢你的贡献 🙏 |
Owner
|
@quecai-niu 补充维护者实机测试结果:在小米设备上,当前这版小组件明显模糊( (维护者实拍截图稍后附上。) 烦请按上一条评论提供:设备型号 + 系统版本(MIUI/HyperOS)+ 修复前的问题截图 + 小组件尺寸,我们好在同款环境复现、找到不降清晰度的正确修法。谢谢! |
Owner
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.

Summary
Verification
flutter pub getflutter build apk --debug --flavor dev -t lib/main.dart