Fix missing return value

master
Alexandre LittleWhite Laurent 2018-07-19 21:11:47 +07:00
parent 7f1303a834
commit e28c527bfa
1 changed files with 1 additions and 0 deletions

@ -130,6 +130,7 @@ ValidationError SoftwareKeyboard::Finalize(const std::string& text, u8 button) {
return error;
}
data = {text, button};
return ValidationError::None;
}
void DefaultKeyboard::Setup(const Frontend::KeyboardConfig* config) {