mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[apps/sequence] Temporary implementation of sequence toolbox
Change-Id: I59c703c4c50cd523d49af9a558a7fc3b0f360bc6
This commit is contained in:
@@ -49,6 +49,10 @@ 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