mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[escher][apps] Clean and fix bug in text field
function application) Change-Id: I5d425ea7752a054ea6b05735b12442c4429f13b4
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user