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
If the network breaks down, the app will crash and get stuck when you click the picture,The debugging found that it was caused by an exception thrown due to the download failure,
Maybe this is not the direct bug of photo view, but whether photo view can be used as a compatible network interruption scenario, so that the picture can still be clicked on, and it doesn't matter if it can't be displayed. For example, the app shouldn't crash instead of loading prompts all the time,When the image has been in loading mode, the user will realize that this is a network problem, just close it, at least the program will not crash
The text was updated successfully, but these errors were encountered:
When retrieving images from the network, things can go south.
This fixes a bug when the network goes down, photo_view would crash when retrieving remote images.
Fixes: #275
If the network breaks down, the app will crash and get stuck when you click the picture,The debugging found that it was caused by an exception thrown due to the download failure,
Maybe this is not the direct bug of photo view, but whether photo view can be used as a compatible network interruption scenario, so that the picture can still be clicked on, and it doesn't matter if it can't be displayed. For example, the app shouldn't crash instead of loading prompts all the time,When the image has been in loading mode, the user will realize that this is a network problem, just close it, at least the program will not crash
The text was updated successfully, but these errors were encountered: