mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 06:40:37 +01:00
[poincare] Fix Warning message exit on special keys
We want the memory full warning to be exited only on OK, EXE, ... but Syntax warning (for instance) to be exited on any key pressed
This commit is contained in:
@@ -179,7 +179,7 @@ void AppsContainer::run() {
|
||||
if (!ExceptionRun(ecp)) {
|
||||
activeApp()->snapshot()->reset();
|
||||
switchTo(appSnapshotAtIndex(0));
|
||||
activeApp()->displayWarning(I18n::Message::AppMemoryFull);
|
||||
activeApp()->displayWarning(I18n::Message::AppMemoryFull, true);
|
||||
}
|
||||
Container::run();
|
||||
switchTo(nullptr);
|
||||
|
||||
Reference in New Issue
Block a user