Skip to content
Snippets Groups Projects
Commit 5ef58502 authored by Dani Mahardhika's avatar Dani Mahardhika
Browse files

Removed editText onActionListener

parent 58ee51ad
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -11,7 +11,6 @@ import butterknife.BindView
import butterknife.ButterKnife
import butterknife.OnClick
import com.commit451.addendum.themeAttrColor
import com.commit451.easel.Easel
import com.commit451.gitlab.R
 
/**
Loading
Loading
@@ -63,11 +62,6 @@ class SendMessageView : LinearLayout {
if (Build.VERSION.SDK_INT >= 21) {
elevation = resources.getDimensionPixelSize(R.dimen.toolbar_elevation).toFloat()
}
textNote.setOnEditorActionListener { _, _, _ ->
onSend()
true
}
}
 
fun clearText() {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment