mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-05-05 17:56:59 +00:00
Thunderbird
This commit is contained in:
parent
e5f4935df9
commit
96f29f8e40
16 changed files with 165 additions and 346 deletions
|
|
@ -49,6 +49,12 @@ public class AppUpdater extends AsyncTask<String, String, String> {
|
|||
sb.append(response);
|
||||
}
|
||||
return sb.toString();
|
||||
} catch (ExceptionInInitializerError e) {
|
||||
e.printStackTrace();
|
||||
return "Error on getting data: " + e.getMessage();
|
||||
} catch (NoClassDefFoundError e) {
|
||||
e.printStackTrace();
|
||||
return "Error on getting data: " + e.getMessage();
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
return "Error on getting data: " + e.getMessage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue