moviebrowser: remove rezap on leaving of moviebrowser

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

Why is rezap required here?


Origin commit data
------------------
Branch: ni/coolstream
Commit: 520c69a933
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-01-06 (Fri, 06 Jan 2023)



------------------
This commit was generated by Migit
This commit is contained in:
2023-01-06 22:26:46 +01:00
committed by vanhofen
parent 65d41b983d
commit 3b207f6b8b

View File

@@ -1194,7 +1194,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);
}