mirror of https://github.com/g4klx/MMDVMHost
Fix problem with incoming network audio being ignored.
This commit is contained in:
parent
4ec4b3dafe
commit
200986b698
|
|
@ -402,7 +402,7 @@ void CM17Control::writeNetwork()
|
||||||
if (!m_enabled)
|
if (!m_enabled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (m_rfState != RS_RF_LISTENING && m_netState == RS_NET_IDLE)
|
if (m_rfState != RS_RF_LISTENING && m_rfState != RS_RF_LATE_ENTRY && m_netState == RS_NET_IDLE)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
m_networkWatchdog.start();
|
m_networkWatchdog.start();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue