Alexander Mamayenko

Results 3 issues of Alexander Mamayenko

Your lib is one of the best. But unfortunatly I cant use io.reactivex.android.schedulers.AndroidSchedulers May be you could update it to RxJava2? Thank you.

` TedRxImagePicker.with(requireContext()) .max(10, R.string.max_10_images) .startMultiImage()` crashes the app. `dataBinding { enabled = true } ` is added. error log: ` java.lang.IllegalArgumentException: View is not a binding layout at androidx.databinding.DataBindingUtil.bind(DataBindingUtil.java:180) at...