We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569717a commit 20c15a3Copy full SHA for 20c15a3
database/README.md
@@ -251,7 +251,7 @@ protected void onCreate(Bundle savedInstanceState) {
251
findViewById(R.id.send_button).setOnClickListener(new View.OnClickListener() {
252
@Override
253
public void onClick(View v) {
254
- ref.push().setValue(new Chat("puf", "1234", mMessage.getText().toString()));
+ ref.push().setValue(new Chat("puf", "1234", message.getText().toString()));
255
message.setText("");
256
}
257
});
0 commit comments