mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
Catch case where Content is null
This commit is contained in:
parent
4508777129
commit
edb05572e8
@ -139,7 +139,7 @@ public final class ContentUtils {
|
||||
return TimeZone.getDefault();
|
||||
}
|
||||
}
|
||||
} catch (TskException ex) {
|
||||
} catch (TskException | NullPointerException ex) {
|
||||
return TimeZone.getDefault();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user