diff --git a/VDS/Components/Loader/Loader.swift b/VDS/Components/Loader/Loader.swift index f1f99cc9..234246b0 100644 --- a/VDS/Components/Loader/Loader.swift +++ b/VDS/Components/Loader/Loader.swift @@ -119,6 +119,10 @@ open class Loader: View { loadingTimer?.invalidate() loadingTimer = nil } + + deinit { + stopAnimating() + } } extension Icon.Name {