alankko
Results
1
comments of
alankko
This works for me. ``` ImagePicker.Builder with = ImagePicker.with(this); with.crop(); with.compress(1024); with.maxResultSize(1080, 1080); with.createIntent(new Function1() { @Override public Unit invoke(Intent Intent) { startForProfileImageResult.launch(Intent ); return null; } }); ```