moviebrowser: remove rezap on leaving of moviebrowser

Comes in with - moviebrowser: add lcd4linux support
 260ca7d64e.

Why is rezap required here?
This commit is contained in:
2023-01-05 23:13:39 +01:00
parent 139f44a166
commit 88ea3e6b30

View File

@@ -1188,7 +1188,7 @@ int CMovieBrowser::exec(const char* path)
fileInfoStale();
}
CNeutrinoApp::getInstance()->handleMsg(NeutrinoMessages::CHANGEMODE, m_LastMode);
CNeutrinoApp::getInstance()->handleMsg(NeutrinoMessages::CHANGEMODE, m_LastMode | NeutrinoModes::norezap);
return (res);
}