Skip to content

Commit c8af34f

Browse files
committed
Remove breathing animation for real-time suggestion indicator
1 parent 1f8f4a6 commit c8af34f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Core/Sources/Service/GUI/RealtimeSuggestionIndicatorController.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ final class RealtimeSuggestionIndicatorController {
4545
.scaleEffect(.init(width: scaleB, height: scaleB))
4646
.frame(width: 8, height: 8)
4747
)
48-
.onAppear {
49-
Task {
50-
await Task.yield() // to avoid unwanted translations.
51-
withAnimation(.easeInOut(duration: 1).repeatForever(autoreverses: true)) {
52-
progress = 0
53-
}
54-
}
55-
}
5648
}
5749
}
5850

0 commit comments

Comments
 (0)