[escher][apps] Clean and fix bug in text field

function application)

Change-Id: I5d425ea7752a054ea6b05735b12442c4429f13b4
This commit is contained in:
Émilie Feral
2017-03-28 13:21:40 +02:00
parent 128af56396
commit 6d8d105d7e
12 changed files with 23 additions and 28 deletions

View File

@@ -81,10 +81,6 @@ void InputViewController::edit(Responder * caller, Ion::Events::Event event, voi
}
}
void InputViewController::setTextFieldDelegate(TextFieldDelegate * textFieldDelegate) {
m_textFieldDelegate = textFieldDelegate;
}
bool InputViewController::textFieldDidFinishEditing(TextField * textField, const char * text) {
m_successAction.perform(this);
dismissModalViewController();