Skip to content

Fix registering touch screen edge actions after the screen edge has been reserved

Vlad Zahorodnii requested to merge work/zzag/screen-edge-fix-touch into master

After the screen edge is reserved, the touch screen gestures will be registered or unregistered when the Edge::activatesForTouchGesture() signal is emitted.

On the other hand, Edge::reserveTouch() lacks code to emit that signal, which results in touch screen gesture not working if the same screen edge is reserved both for pointer and touch input.

BUG: 451349

Merge request reports

Loading