Pre-address potential review issues

This commit is contained in:
Torsten Grote
2016-10-19 11:49:27 -02:00
parent 1a812f1327
commit e6def70030
11 changed files with 52 additions and 9 deletions

View File

@@ -101,7 +101,6 @@ public class TextInputView extends KeyboardAwareLinearLayout
public void onClick(View v) {
if (listener != null) {
listener.onSendClick(ui.editText.getText().toString());
ui.editText.setText("");
}
}
});