Fixed ALLCALL from bumping the directed or recent cache so we get fewer random messages mid-stream
This commit is contained in:
parent
8d0d93d10e
commit
a36ed10fe2
@ -9087,7 +9087,7 @@ void MainWindow::processRxActivity() {
|
|||||||
bool isDirectedAllCall = false;
|
bool isDirectedAllCall = false;
|
||||||
if(isDirectedOffset(d.freq, &isDirectedAllCall)){
|
if(isDirectedOffset(d.freq, &isDirectedAllCall)){
|
||||||
markOffsetDirected(d.freq, isDirectedAllCall);
|
markOffsetDirected(d.freq, isDirectedAllCall);
|
||||||
shouldDisplay = true;
|
shouldDisplay = shouldDisplay || !isDirectedAllCall;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: jsherer - develop a better way to determine if we can display this band activity...
|
// TODO: jsherer - develop a better way to determine if we can display this band activity...
|
||||||
|
Loading…
Reference in New Issue
Block a user