mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Fix obsolete code in Code and Shared
Change-Id: Ie6ce0f753bf05cb5f6dd5ed974db2a715b21624e
This commit is contained in:
@@ -55,7 +55,7 @@ void MenuController::willExitResponderChain(Responder * nextFirstResponder) {
|
||||
TextField * tf = static_cast<EvenOddEditableTextCell *>(m_selectableTableView.selectedCell())->editableTextCell()->textField();
|
||||
if (tf->isEditing()) {
|
||||
tf->setEditing(false);
|
||||
textFieldDidAbortEditing(tf, tf->text());
|
||||
textFieldDidAbortEditing(tf);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user