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
The entry in question is in an LRU Cache, and as such this should not result in a memory leak, as it will eventually be tossed out when it is not used; this should be fairly quickly as every new cell that gets rendered will add to this cache and push out any old, stale entries. I'll decrease the cache size to 75 instead of 250, to speed up how fast old static layouts are thrown out.
I think we should have probably just clean it up upon closing the app, but whatever. I haven't seen this thing once, myself so I guess it's pretty rare.
The text was updated successfully, but these errors were encountered: