mirror of
https://github.com/nextcloud/android.git
synced 2024-11-30 08:25:21 +03:00
use Exception like done on master before
This commit is contained in:
parent
77af543b48
commit
c1ee0fbbb0
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ public class FilesSyncJob extends Job {
|
|||
Date dateTime = formatter.parse(exifDate, pos);
|
||||
lastModificationTime = dateTime.getTime();
|
||||
}
|
||||
} catch (IOException e) {
|
||||
} catch (Exception e) {
|
||||
Log_OC.d(TAG, "Failed to get the proper time " + e.getLocalizedMessage());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue