Skip to content
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

Fix composition window disappear #1049

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

shitlime
Copy link
Contributor

@shitlime shitlime commented Jul 28, 2023

Pull request

Issue tracker

Fixes will automatically close the related issues

Fixes #

  • fix: fix composition window disappear/修复使用液态键盘导致悬浮窗消失的问题

#975 的修复并未生效, mComposition.getRootView().setVisibility(View.VISIBLE);.getRootView() 获取的是 View ,并非 Composition 本身,所以 setVisibility(View.VISIBLE) 并没有产生实际效果。

相关的 issue: #857 #897

Feature

Describe features of pull request

Code of conduct

Style lint

  • make sytle-lint

Build pass

  • make debug

Manually test

  • Done

Code Review

  1. No wildcards import
  2. Manual build and test pass
  3. GitHub action ci pass
  4. At least one contributor reviews and votes
  5. Can be merged clean without conflicts
  6. PR will be merged by rebase upstream base

Daily build

Login and download artifact at https://github.com/osfans/trime/actions

Additional Info

@Bambooin Bambooin merged commit 8fd7395 into osfans:develop Jul 28, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants