Fixed ALLCALL from bumping the directed or recent cache so we get fewer random messages mid-stream

This commit is contained in:
Jordan Sherer 2018-09-09 14:56:19 -04:00
parent 8d0d93d10e
commit a36ed10fe2

View File

@ -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...