Matisse: Images dont load when select folder

Created on 20 Sep 2020  ·  7Comments  ·  Source: zhihu/Matisse

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

  1. Open
  2. change folder in select list
  3. done..nothing show
  4. error album not showing

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
xx

Smartphone (please complete the following information):

  • Device: A70
  • OS: Android
  • Version 10

Most helpful comment

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

All 7 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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Mahan3340 picture Mahan3340  ·  4Comments

GTooo picture GTooo  ·  6Comments

xiaotianchang picture xiaotianchang  ·  4Comments

cv0cv0 picture cv0cv0  ·  7Comments

idish picture idish  ·  3Comments