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 toolbar's buttons not working problem in LiquidKeyboard #1195

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

goofyz
Copy link
Collaborator

@goofyz goofyz commented Jan 23, 2024

Pull request

Issue tracker

Fixes will automatically close the related issues

Fixes #918
Fixes #833

Feature

Fix toolbar's buttons not working problem in LiquidKeyboard

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

After this view is used to display "composition", `composition_pos` is set.
All touch events will be consumed by `ACTION_UP` handling in `onTouchEvent()`.
However, toolbar related buttons should be taken out and handle by
`super.onTouchEvent()`.  Thus `isToolbarMode` is added for this handling.

Fixes osfans#918
@WhiredPlanck WhiredPlanck merged commit 099aa8b into osfans:develop Jan 23, 2024
3 checks passed
@goofyz goofyz deleted the fix-918 branch March 22, 2024 00:43
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.

liquid_keyboard_window 左侧部分区域无法点击 悬浮窗放置部分按键无法正常工作
2 participants