-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Milestone
Description
Sentry Issue: WORDPRESS-ANDROID-2TNW
NullPointerException: Attempt to invoke virtual method 'java.lang.String android.net.Uri.getScheme()' on a null object reference
at org.wordpress.android.util.MediaUtils.getRealPathFromURI(MediaUtils.java:400)
at org.wordpress.android.ui.ShareIntentReceiverActivity.isAllowedMediaType(ShareIntentReceiverActivity.java:113)
at org.wordpress.android.ui.ShareIntentReceiverActivity.downloadExternalMedia(ShareIntentReceiverActivity.java:106)
at org.wordpress.android.ui.ShareIntentReceiverActivity.refreshContent(ShareIntentReceiverActivity.java:79)
at org.wordpress.android.ui.ShareIntentReceiverActivity.onCreate(ShareIntentReceiverActivity.java:70)
...
(16 additional frame(s) were not displayed)
RuntimeException: Unable to start activity ComponentInfo{org.wordpress.android/org.wordpress.android.ui.ShareIntentReceiverActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.net.Uri.getScheme()' on a null object reference
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3872)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4014)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:111)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
...
(8 additional frame(s) were not displayed)