[am] controller applet return proper refresh

This commit is contained in:
xbzk
2026-09-16 02:05:37 -03:00
parent 8fbeea912e
commit b1f218cf0f
@@ -165,10 +165,9 @@ Result ILibraryAppletAccessor::PopOutData(Out<SharedPointer<IStorage>> out_stora
LOG_DEBUG(Service_AM, "called");
if (auto caller_applet = m_applet->caller_applet.lock(); caller_applet) {
caller_applet->lifecycle_manager.GetSystemEvent().Signal(system.Kernel());
caller_applet->lifecycle_manager.RequestResumeNotification();
caller_applet->lifecycle_manager.GetSystemEvent().Clear(system.Kernel());
caller_applet->lifecycle_manager.UpdateRequestedFocusState();
caller_applet->lifecycle_manager.SignalSystemEventIfNeeded(system.Kernel());
}
R_TRY(m_broker->GetOutData().Pop(system.Kernel(), out_storage.Get()));