-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add offline dialog #954
Add offline dialog #954
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
…s in the widget tree
@farook-edev We still encounter cases where a downloaded file becomes corrupted, primarily due to connection drops. In such instances, the app should automatically delete the corrupted file. If you prefer, we can create another pull request for this feature. |
|
Added Dialog for when an offline (not connected to the internet) user attempts to download resources, the error only occurs in case a SocketException is caught, any other exceptions are still unhandled.
This fixes #948