| Chunk |
|---|
| Conflicting content |
|---|
return superResult;
}
<<<<<<< HEAD
if ((mMovement != null || onCheckIsTextEditor()) && isEnabled() &&
mText instanceof Spannable && mLayout != null) {
if (hasInsertionController()) {
getInsertionController().onTouchEvent(event);
}
if (hasSelectionController()) {
getSelectionController().onTouchEvent(event);
}
=======
if ((mMovement != null || onCheckIsTextEditor()) && mText instanceof Spannable && mLayout != null) {
>>>>>>> c0728cc042bd5cc6ab520d3395deec50481f8f5a
boolean handled = false;
// Save previous selection, in case this event is used to show the IME. |
| Solution content |
|---|
return superResult;
}
if ((mMovement != null || onCheckIsTextEditor()) && isEnabled() &&
mText instanceof Spannable && mLayout != null) {
boolean handled = false;
// Save previous selection, in case this event is used to show the IME. |
| File |
|---|
| TextView.java |
| Developer's decision |
|---|
| Combination |
| Kind of conflict |
|---|
| If statement |