Skip to content
Snippets Groups Projects
Commit 5dde6dd6 authored by John's avatar John
Browse files

Merge branch 'patch-1' into 'master'

Removed editText onActionListener

See merge request Commit451/LabCoat!36
parents 58ee51ad 5ef58502
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