You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val intent = Intent(Intent.ACTION_GET_CONTENT)
intent.type = "image/*"
startActivityForResult(Intent.createChooser(intent, "Pick a photo"), 777)
uri = content://com.android.providers.media.documents/document/image%3A146630
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.net.Uri.getScheme()' on a null object reference
at com.steelkiwi.cropiwa.image.CropIwaBitmapManager.isWebUri(CropIwaBitmapManager.java:285)
at com.steelkiwi.cropiwa.image.CropIwaBitmapManager.toLocalUri(CropIwaBitmapManager.java:150)
at com.steelkiwi.cropiwa.image.CropIwaBitmapManager.loadToMemory(CropIwaBitmapManager.java:117)
at com.steelkiwi.cropiwa.image.CropImageTask.doInBackground(CropImageTask.java:41)
at com.steelkiwi.cropiwa.image.CropImageTask.doInBackground(CropImageTask.java:20)
The text was updated successfully, but these errors were encountered:
uri =
content://com.android.providers.media.documents/document/image%3A146630
The text was updated successfully, but these errors were encountered: