-
Notifications
You must be signed in to change notification settings - Fork 459
Open
Labels
area:transformationspriority:1Very important. Feels bad without fix. Affects the majority of users.Very important. Feels bad without fix. Affects the majority of users.
Milestone
Description
Right now, calling Expire before a clock has arrived at a drawable can lead to incorrect lifetimes (due to a lookup on LatestTransformEndTime -> TransformStartTime):
| public double TransformStartTime => (Clock?.CurrentTime ?? 0) + TransformDelay; |
If possible, we should remove this requirement to make it a safe call, else it should probably throw an exception.
Metadata
Metadata
Assignees
Labels
area:transformationspriority:1Very important. Feels bad without fix. Affects the majority of users.Very important. Feels bad without fix. Affects the majority of users.