ONEAPP-6239 - Loader doesn't cancel 60 second timer on deallocation.

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-01-02 08:39:51 -06:00
parent 999a6e272d
commit 521ca10fbf

View File

@ -119,6 +119,10 @@ open class Loader: View {
loadingTimer?.invalidate()
loadingTimer = nil
}
deinit {
stopAnimating()
}
}
extension Icon.Name {