-
-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: call
super.onTouchEvent
when in "Toolbar" mode
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 #918
- Loading branch information
1 parent
e79e32b
commit 099aa8b
Showing
1 changed file
with
38 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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