antew / RedditInPictures

An image browser for Reddit for Android 2.2+
Apache License 2.0
9 stars 4 forks source link

Save Image Fails on Galaxy Nexus #151

Closed DavidTPate closed 10 years ago

DavidTPate commented 10 years ago

Receive the following messages when attempting to save an image on the Galaxy Nexus Android 4.0.2 (API 14).

com.antew.redditinpictures.pro E//ImageDetailFragment.java:191﹕ main Received downloadImage event in ImageDetailFragment!
04-19 18:15:48.269      742-742/com.antew.redditinpictures.pro E//ImageDetailFragment.java:191﹕ main Received downloadImage event in ImageDetailFragment!
04-19 18:15:48.289      742-742/com.antew.redditinpictures.pro E//ImageDetailFragment.java:191﹕ main Received downloadImage event in ImageDetailFragment!
04-19 18:15:48.314      742-742/com.antew.redditinpictures.pro E//ImageDetailFragment.java:191﹕ main Received downloadImage event in ImageDetailFragment!
04-19 18:15:48.319      742-742/com.antew.redditinpictures.pro E//ImageDetailFragment.java:191﹕ main Received downloadImage event in ImageDetailFragment!
04-19 18:15:48.379      742-872/com.antew.redditinpictures.pro E//ImageDownloader.java:55﹕ pool-1-thread-17 DownloadImageTask - Invalid Arguments, URL and filename must not be null or empty: filename = Thumb_piano_I_made, mUrl =
DavidTPate commented 10 years ago

This is from the Image Detail View. The functionality is working from the List View though.

DavidTPate commented 10 years ago

Tried this on ImgurAlbumActivity as well and it worked fine. Seems to be a special case only in the ImageDetailActivity.

DavidTPate commented 10 years ago

I haven't been able to reproduce this at all, must have just been a fluke.