-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cancel cuttent temp target if get a new active one
- Loading branch information
Showing
4 changed files
with
24 additions
and
98 deletions.
There are no files selected for viewing
87 changes: 0 additions & 87 deletions
87
Dependencies/LoopKit/LoopKit.xcodeproj/xcshareddata/xcschemes/LoopKit Example.xcscheme
This file was deleted.
Oops, something went wrong.
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
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
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
012af03
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.
Thanks for this fix @ivalkou.
When testing this now with a clean build of dev to a backup phone, there seems to be a display issue still:
Here, I activated a TT 7,0 / 60 min, and after a very short time I changed this to TT 4,0 / 3 min.
After the short 4,0 TT expired, the 7,0 TT is displayed as active again.
The scheduled target of 5,5 mmol/L is used in Enacted, so it seems the first TT is correctly cancelled by starting the next one.
I have checked this twice now.
012af03
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.
Same here, can confirm.
012af03
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.
9be9154 fixes the issue, thanks a lot.
012af03
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.
Confirmed! Thanks!