mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Updated the getRelationshipsCount() method call to match the new API definition.
This commit is contained in:
parent
4a95926de7
commit
670ade9b0e
@ -115,7 +115,7 @@ class AccountsRootChildren extends Children.Keys<AccountDeviceInstanceKey> {
|
||||
}
|
||||
long msgCount = 0;
|
||||
try {
|
||||
msgCount = commsManager.getRelationshipsCount(filter, accountDeviceInstance);
|
||||
msgCount = commsManager.getRelationshipsCount(accountDeviceInstance.getAccount(), filter );
|
||||
} catch (TskCoreException ex) {
|
||||
LOGGER.log(Level.WARNING, "Failed to get message count for account", ex); //NON-NLS
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user