mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 13:17:08 -04:00
EGD-2180 put GUI_REFERSH_FAST in the parent method
This commit is contained in:
@@ -85,16 +85,7 @@ void ThreadViewWindow::onBeforeShow(ShowMode mode, SwitchData *data) {
|
||||
}
|
||||
|
||||
bool ThreadViewWindow::onInput(const InputEvent &inputEvent) {
|
||||
//check if any of the lower inheritance onInput methods catch the event
|
||||
if( AppWindow::onInput( inputEvent ) ) {
|
||||
//refresh window only when key is other than enter
|
||||
if( inputEvent.keyCode != KeyCode::KEY_ENTER )
|
||||
application->render( RefreshModes::GUI_REFRESH_FAST );
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
return AppWindow::onInput( inputEvent );
|
||||
}
|
||||
|
||||
bool ThreadViewWindow::onDatabaseMessage( sys::Message* msgl ) {
|
||||
|
||||
Reference in New Issue
Block a user