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
Remove leak displayed by profiler in RSS button display logic
This was not really a leak, because the closure was released after 200ms
at most, but to make the profiler happy, we can use weak self in the
closure.
Cherry-pick of commit 3909cbc
Co-authored-by: Tassilo Karge <[email protected]>
0 commit comments