-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Images dont load when select folder #814
Comments
Just got a bug report where someone killed the app and restated it and went straight into the Matisse image loader and scrolled down a lot and the app crashed from OOM. There is definitively a memory leak in this library. |
Also in this case the loaderManger has a unique id when it should be tied to what you're trying to load. This library is buggy. I'll do a pr when I have time... |
Same issue for me, when I changed folder, no more items are loaded |
Same issue for me too |
I fixed the problem, I replaced in gradle implementation 'androidx.fragment:fragment:1.3.0-alpha08' to implementation 'androidx.fragment:fragment:1.1.0' and it worked fine !! Hope it works for you too |
Thanks for me also after replacing implementation 'androidx.fragment:fragment:1.3.0-alpha08' with implementation 'androidx.fragment:fragment:1..3.0-alpha06' and it worked fine !! |
Its because fragment version lib? |
Not able to switch folder. It showing me white screen.
|
also having same problem even after adding implementation 'androidx.fragment:fragment:1.1.0' |
Same problem! No solution? |
Fix bug images dont load when select folder (zhihu#814)
Here is what I found: When changing the folder, a new I tested with 2 different versions of For Fix: Assign a unique |
Describe the bug
I dont know why... when i change the folder in actionbar, the images dont load. Just the initial images load in start.
What can i do?
help me please..its working before, i dont know why happen this.
To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: