diff --git a/usrc/service/front_end_controler.cpp b/usrc/service/front_end_controler.cpp index de70aca..36a950a 100644 --- a/usrc/service/front_end_controler.cpp +++ b/usrc/service/front_end_controler.cpp @@ -111,14 +111,15 @@ void FrontEndControler::startSchedule() { #if MODULE_DEBUG ZLOGD(TAG, "page change from %d to %d frompoppage %d", m_lastPage, m_nowPage, m_isInPopWin); #endif - + m_isInPopWin = false; + callUsrEventCb(&event_cache); if (input_file_event_cache_state) { callUsrEventCb(&input_file_event_cache); input_file_event_cache_state = false; } - m_isInPopWin = false; // Çå¿ÕFromPopWin±êÖ¾ + } else if (tjc::kpt_on_promopt_page_load == packetType) { event_cache.eventId = packetType; event_cache.pid = packet.data[1];