You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To cancel infinite animations launched in TypingMessageDotsView, we use clearAnimation(). Unfortunately there is a weakreference between the animation object and the View, meaning it will not cancel the infinite animations which will run forever.
More explanation here: https://issuetracker.google.com/issues/212993949
It may lead to slowness in timeline as the app is being used without restart.
Outcome
What did you expect?
Infinite object animators should be canceled when the View is destroyed.
What happened instead?
Infinite object animators are not canceled.
Your phone model
No response
Operating system version
No response
Application version and app store
No response
Homeserver
No response
Will you send logs?
No
Are you willing to provide a PR?
Yes
The text was updated successfully, but these errors were encountered:
mnaturel
added
the
T-Defect
Something isn't working: bugs, crashes, hangs and other reported problems
label
Jul 28, 2022
Description
To cancel infinite animations launched in
TypingMessageDotsView
, we useclearAnimation()
. Unfortunately there is a weakreference between the animation object and the View, meaning it will not cancel the infinite animations which will run forever.More explanation here: https://issuetracker.google.com/issues/212993949
It may lead to slowness in timeline as the app is being used without restart.
Outcome
What did you expect?
Infinite object animators should be canceled when the View is destroyed.
What happened instead?
Infinite object animators are not canceled.
Your phone model
No response
Operating system version
No response
Application version and app store
No response
Homeserver
No response
Will you send logs?
No
Are you willing to provide a PR?
Yes
The text was updated successfully, but these errors were encountered: