mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Trap all exceptions
This commit is contained in:
@@ -98,7 +98,7 @@ public class ImportHabitsAsyncTask extends AsyncTask<Void, Void, Void>
|
|||||||
result = NOT_RECOGNIZED;
|
result = NOT_RECOGNIZED;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (IOException e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
result = FAILED;
|
result = FAILED;
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|||||||
Reference in New Issue
Block a user