Mohsin Ali Abid
Mohsin Ali Abid
I am loading Facebook native Ads and Mostly 10 at a time. So first time it's showing ad at 0 position and also preload ad position 1 and when I...
How to stop loading view of position 1, when it's showing 0 position view. It's loading in advance. I want opposite to this issues. @emilsjolander
@jaiselrahman Please try to resolve this issue ASAP because its really hurting my app.
implementation('com.github.jaiselrahman:FilePicker:1.3.2') { exclude group: "com.github.bumptech.glide" exclude group: "com.android.support:recyclerview-v7" } if I use glide in my app or not but still i get same error implementation 'com.github.bumptech.glide:glide:4.10.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
FileGalleryAdapter.java line 77 com.jaiselrahman.filepicker.adapter.FileGalleryAdapter. This issue has 6295 crashes affecting 2972 users Last 7 days 17 Jul – 23 Jul
Should I remove exclude group as well ? implementation('com.github.jaiselrahman:FilePicker:1.3.2') { exclude group: "com.github.bumptech.glide" exclude group: "com.android.support:recyclerview-v7" }