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.
Pull request
可能存在与 #1548 议题的其他目录第二条相关的修复
原文如下:
由于并未赘述问题,因此索性直接把自己遇到的有关液态键盘的问题全修了。
fix: 液态键盘符号表失效
fix: 液态键盘处于草稿或收藏标签页,在复制文本后适配器数据将更改为剪切板
fix: 剪切板更新监听,复制已存在的文本后未按预期更新数据
fix: 剪切板视图缓存存在时,复制文本后切换剪切板不会更新数据,显示新复制的内容
fix: 剪切板 item 文本颜色未跟随主题按键文本颜色
fix: 相关视图缓存销毁后,液态键盘未按预期重新生成数据
复现步骤:
问题原因:
select
方法切换标签页时,如果目标标签页与当前缓存视图的标签页相同,会触发return
避免重复加载TabManager.currentTabIndex
字段仍然保持原值。return
,导致数据内容为空Code of conduct
Code style
make sytle-lint
Build pass
make debug
Manually test
Code Review
Daily build
Login and download artifact at https://github.com/osfans/trime/actions
Additional Info