songpr

Results 11 comments of songpr

@tulios as commented in #555, the #582 do not fix issue in #555 and this bug.

For workaround while waiting for official fix use below code in build.gradle instead the official one. `implementation 'com.github.songpr:ImagePicker:e2b4383'`

After debug the app failed at > takePhotoIntent.putExtra(MediaStore.EXTRA_OUTPUT, FileProvider.getUriForFile(context, BuildConfig.APPLICATION_ID + ".provider", ImageUtils.getTemporalFile(context, String.valueOf(mPickImageRequestCode)))); in this code > if (!mGalleryOnly) { // Camera action will fail if the app does...

@Code-N-K Thanks, it's work in my local test,

This issue duplicate with this issue [NullPointerException on OnePlus3 Oreo](https://github.com/Mariovc/ImagePicker/issues/43)

I've forked and apply change as shown in https://github.com/songpr/ImagePicker/blob/develop/library/src/main/java/com/mvc/imagepicker/ImagePicker.java However, the same error is happen. > java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on a null object reference...

You can fork and fix in your repository then add dependency to your forked project. Try this https://github.com/Mariovc/ImagePicker/pull/46/commits/ae5687b5ea071e6015e1b46ec1f360dee285beae

@git1998 @axper try this why waiting for official fix `implementation 'com.github.songpr:ImagePicker:e2b4383'` I've been using this instead for 9 months already

I saw the warning too. I this case no code change is required. Just pass min_tag_id, or max_tag_id into parameters not min_id or max_id instagram.tags.recent({ name: tag, min_tag_id: minTagId, complete:...