Open
Conversation
Member
|
我打算放弃这个实现方式,走官方的固定应用 不知你有这个想法吗 另外见你的 pr, |
Contributor
Author
|
不知道,对官方的固定应用这块没啥了解😥(我的设备在hyperos2.0) |
f12fa94 to
8e5c5a0
Compare
7f28f7a to
0edb8f3
Compare
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.
修复类位置变化,在引导式访问开关时手动更新(之前不需要更新就能生效)
(这个解决方案太不优雅了本人都有些接受不能,奈何太菜没想出更好的办法,)并且退出引导式访问后依旧无法恢复,但确有updateRootView_TopCaption: taskId=1234, needCaption=true, needTopCaption=true, topCaptionView=MiuiDotView#12345678的提示,按理来说应该恢复,可能踩了UI相关的坑,不过相比于进入引导式访问时无法及时隐藏算是小问题;另外这里的线程直接用context的会和UI不再同一线程也挺奇怪。