android-slideshow icon indicating copy to clipboard operation
android-slideshow copied to clipboard

Handle IllegalArgumentException when using Share feature

Open ScreamingHawk opened this issue 7 years ago • 0 comments

Error happening at this point:

at android.support.v4.content.FileProvider$SimplePathStrategy.getUriForFile (FileProvider.java:712)
at android.support.v4.content.FileProvider.getUriForFile (FileProvider.java:401)
at link.standen.michael.slideshow.ImageActivity.shareImage (ImageActivity.java:613)

Unsure what state the application is in to have an error at this point.

ScreamingHawk avatar Feb 22 '18 18:02 ScreamingHawk