| Chunk |
|---|
| Conflicting content |
|---|
Selection.setSelection((Spannable)mText, start, end);
if (hasSelection()) {
<<<<<<< HEAD
startSelectionActionMode();
} else if (mInsertionPointCursorController != null) {
mInsertionPointCursorController.show();
=======
startTextSelectionMode();
>>>>>>> 6e9a021e961b3c317e92d354e99b963c85fd8952
}
}
} |
| Solution content |
|---|
Selection.setSelection((Spannable)mText, start, end);
if (hasSelection()) {
startSelectionActionMode();
}
}
} |
| File |
|---|
| TextView.java |
| Developer's decision |
|---|
| Combination |
| Kind of conflict |
|---|
| If statement |
| Method invocation |