Skip to content

Commit

Permalink
#1839 DMR tone identifiers don't clear at the end of a call. (#1840)
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Sheirer <dsheirer@github.com>
  • Loading branch information
DSheirer and Dennis Sheirer committed Feb 10, 2024
1 parent 4d7a8e5 commit 8a5b31f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1441,6 +1441,7 @@ private void closeCurrentCallEvent(long timestamp)
}

getIdentifierCollection().remove(IdentifierClass.USER, Form.TALKER_ALIAS, Role.FROM);
getIdentifierCollection().remove(IdentifierClass.USER, Form.TONE, Role.FROM);
}

@Override
Expand Down

0 comments on commit 8a5b31f

Please sign in to comment.