Skip to content

Commit 04b6fed

Browse files
committed
#178: fix issue where stoping loading spinner rotation did not reset rotation
1 parent 1b6761c commit 04b6fed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/de/doubleslash/keeptime/view/ExternalProjectsSyncController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ private void loadingScreenShowSyncing(String statusMessage, SVGPath icon) {
531531
loadingSpinnerAnimation.play();
532532
} else {
533533
loadingSpinnerAnimation.stop();
534+
syncingIconRegion.setRotate(0);
534535
}
535536
syncingIconRegion.setShape(icon);
536537
syncingIconRegion.setBackground(new Background(new BackgroundFill(icon.getFill(), null, null)));

0 commit comments

Comments
 (0)