Commit 762c38c4 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update MessageFormLayout.java

parent f6831454
......@@ -164,7 +164,7 @@ public class MessageFormLayout extends LinearLayout {
public void setEnabled(boolean enabled) {
getEditor().setEnabled(enabled);
composer.findViewById(R.id.sendImageButton).setEnabled(enabled);
composer.findViewById(R.id.button_send).setEnabled(enabled);
}
public void setEditTextCommitContentListener(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment