Skip to content

Commit

Permalink
#1912 P25 Patch Group info no longer missing from Now Playing and rec…
Browse files Browse the repository at this point in the history
…ording and streaming metadata. (#1954)

Co-authored-by: Dennis Sheirer <[email protected]>
  • Loading branch information
DSheirer and Dennis Sheirer authored Aug 23, 2024
1 parent 9223e7c commit 130e59f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,6 @@ public void receiveDecoderStateEvent(DecoderStateEvent event)
public void start()
{
super.start();
mPatchGroupManager.clear();

//Change the default (45-second) traffic channel timeout to 1 second
if(mChannel.isTrafficChannel())
Expand All @@ -2231,11 +2230,4 @@ public void start()
public void init()
{
}

@Override
public void stop()
{
super.stop();
mPatchGroupManager.clear();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1959,7 +1959,6 @@ public void receiveDecoderStateEvent(DecoderStateEvent event)
public void start()
{
super.start();
mPatchGroupManager.clear();

//Change the default (45-second) traffic channel timeout to 1 second
if(mChannel.isTrafficChannel())
Expand All @@ -1972,11 +1971,4 @@ public void start()
public void init()
{
}

@Override
public void stop()
{
super.stop();
mPatchGroupManager.clear();
}
}

0 comments on commit 130e59f

Please sign in to comment.