unsplash / unsplash-photopicker-android

📱An Android photo picker to search and download photos from Unsplash.
MIT License
336 stars 62 forks source link

java.lang.NoSuchMethodError: No virtual method isContiguous()Z in class Landroidx/paging/PagedList; #15

Open safarovitch opened 2 years ago

safarovitch commented 2 years ago

Describe the bug When trigering startActivityForResult(UnsplashPıckerActivity(...)) From java class the unsplash picker intent shows up with progressbar and halts immidieately throwing following error. java.lang.NoSuchMethodError: No virtual method isContiguous()Z in class Landroidx/paging/PagedList;

To Reproduce Steps to reproduce the behavior:

  1. Add plugin implementation in graddle as in documentation
  2. Initiate plugin with parameters and implement startActivityForResult function as in plugin documentation.
  3. Run the app and trigger plugin start
  4. See error

Smartphone (please complete the following information):