Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

MINOR: Fix race condition with CameraKeyTrackAnimation #1733

Merged
merged 1 commit into from
Aug 3, 2020

Conversation

germanz
Copy link
Contributor

@germanz germanz commented Jul 30, 2020

Changing look-at from within onFinish handler was not applied due to race condition with already stopped animation.

Changing look-at from within onFinish handler was not applied due to race condition with already stopped animation

Signed-off-by: German Zargaryan <german.zargaryan@here.com>
@codecov
Copy link

codecov bot commented Jul 30, 2020

Codecov Report

Merging #1733 into master will decrease coverage by 0.03%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1733      +/-   ##
==========================================
- Coverage   64.18%   64.15%   -0.04%     
==========================================
  Files         279      279              
  Lines       25328    25329       +1     
  Branches     5719     5720       +1     
==========================================
- Hits        16256    16249       -7     
- Misses       9072     9080       +8     
Impacted Files Coverage Δ
...e/harp-map-controls/lib/CameraKeyTrackAnimation.ts 14.91% <0.00%> (-0.14%) ⬇️
@here/harp-mapview/lib/VisibleTileSet.ts 77.62% <0.00%> (-1.64%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bbdecbd...722f228. Read the comment docs.

@ninok
Copy link
Contributor

ninok commented Jul 30, 2020

@harpgl-bot retest this please

1 similar comment
@ninok
Copy link
Contributor

ninok commented Aug 3, 2020

@harpgl-bot retest this please

@ninok ninok merged commit 05cb28d into master Aug 3, 2020
@ninok ninok deleted the camera-animation-race-fix branch August 3, 2020 07:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants