-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gifs duplication issue when long pressing #67
Comments
Yeah I've seen that before as well but not sure what causes it. Will take a look at the Plaid code to see if I'm missing something |
Seems like it might have something to do with Glide's bitmap caching, this hack fixes the issue:
I also checked out Plaid and saw the same issue. |
Interesting... do you know what about that workaround fixes it? I'm not familiar with the |
It makes the bitmap pool size 0 so no bitmaps will get reused (there may be a cleaner way of doing this in glide lol). Either way, it's not a viable solution, I was just using it to test my hunch. |
OH, lol yeah interesting, wonder if it's worth reporting to Glide. I'll dig through their issue tracker for something related before I do |
I didn't find anything in their backlog, but there's a lot there so I could have missed something. I'll probably try to grab a simple repro case and log an issue (unless you find one in their backlog). |
When long pressing on multiple gifs (one after another) the newly selected gif is copied to the position of previous as seen here:
Running on Android 7.1
The text was updated successfully, but these errors were encountered: