FIX:fixed input ip dlg cant skip next step when playing liveview

Change-Id: I43c804babfc5e386f1218c9546acbf612d07703c
This commit is contained in:
tao wang 2023-01-18 18:47:56 +08:00 committed by Lane.Wei
parent 170a24a43f
commit 6948fb7546
3 changed files with 14 additions and 12 deletions

View file

@ -243,6 +243,7 @@ void MediaPlayCtrl::Stop(wxString const &msg)
if (wxGetApp().show_modal_ip_address_enter_dialog(_L("LAN Connection Failed (Failed to start liveview)"))) {
m_failed_retry = 0;
m_next_retry = wxDateTime::Now();
return;
}
}
if (m_next_retry.IsValid())