mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Oops
This commit is contained in:
@@ -502,6 +502,13 @@ public class EditTextCompose extends FixedEditText {
|
||||
return raw;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onSelectionChanged(int selStart, int selEnd) {
|
||||
super.onSelectionChanged(selStart, selEnd);
|
||||
if (selectionListener != null)
|
||||
selectionListener.onSelected(hasSelection());
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onTouchEvent(MotionEvent event) {
|
||||
if (lt_description && event.getAction() == MotionEvent.ACTION_DOWN) {
|
||||
|
||||
Reference in New Issue
Block a user