Bug #454
Applicatio crash when WiFi/3G is offline
| Status: | Resolved | Start date: | 05/31/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | - | |||
| Target version: | 0.1b |
Description
The application crashes if it does not have Internet connection. Despite of the application can't work without internet this behavior is not desirable.
A message should appear instead the crash.
History
Updated by Zubair Nabi almost 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Fixed.
It was due to an IOException which is now being thrown by the WebsiteOpen method and caught by the doInBackground method in InformationActivity which then passes the error message to the postExecute method which adds it to the list view.
Updated by Adriano Marques over 1 year ago
- Target version set to 0.1b