-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
leave service running when pebble app is closed. the user might want …
…to go right back to it.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
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
1 comment
on commit f31f522
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@phmagic The service is killed when Tower disconnects.
Previously, you could also kill the service by exiting the watchapp on the pebble, but that wasn't a good idea. The user might want to switch to a stopwatch app, start a timer, and switch back.
How would the user kill this service then?