Skip to content

Conversation

@guojunfu
Copy link

@guojunfu guojunfu commented Mar 6, 2017

修复以下问题:

private EditText mEtTitle;

目前显示为:

private void submit() { String title = et_title.getText().toString().trim(); }

正确为:

private void submit() { String title = mEtTitle.getText().toString().trim(); }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant