Make sure to clear seen beacon cache when changing bands

This commit is contained in:
Jordan Sherer 2018-07-21 03:45:56 -04:00
parent 591629e369
commit 0f4057aa97

View File

@ -5272,6 +5272,7 @@ void MainWindow::on_tx6_editingFinished() //tx6 edited
void MainWindow::clearActivity(){
m_bandActivity.clear();
m_callActivity.clear();
m_callSeenBeacon.clear();
m_rxCallCache.clear();
m_rxRecentCache.clear();
m_rxDirectedCache.clear();