Nguyen Cong Binh
Nguyen Cong Binh
``` ImagePicker.with(this) .crop() .compress(1024) .createIntent(intent -> { imagePickerResultLauncher.launch(intent); }); ``` I got the same problem too on Java. **Missing return statement**. Please kindly help.
@Ashish-Bansal Your above code can use for case no internet?
Hi, please support for this feature. Thank you.
Hello author, Please update the library to solve this issue. Thank you so much.
Please help to fix this issues. :(
Hi lolobosse, How to get phone number, I try to use textview.getName() but it return null. I also try to use textview.getText().toString() after pick a contact, but it just return...