extractAbsoluteOffsets = syncAfterCommit = true;
/* The Samsung and Vivo keyboards take `selectionStart' at face
- value if some text is returned, and also searches for words
- solely within that text. However, when no text is returned, it
- falls back to getTextAfterCursor and getTextBeforeCursor. */
+ value if some text is returned, and also search for words solely
+ within that text. However, when no text is returned, it falls
+ back to getTextAfterCursor and getTextBeforeCursor. */
if (Build.MANUFACTURER.equalsIgnoreCase ("Samsung")
|| Build.MANUFACTURER.equalsIgnoreCase ("Vivo"))
extractAbsoluteOffsets = true;