Fix sidecar lifetime #41
No reviewers
Labels
No labels
bug
duplicate
enhancement
future
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
albert/shepherd-launcher!41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "u/albert/37/touch-to-mouse"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change makes it so that sidecars (such as the touch/mouse bridge introduced in #39) are terminated when the corresponding activity closes on its own (normal exit, crash, etc.).
This fixes a bug where the bridge stayed alive between activities, breaking touch support in those that already support it.