am 2a247b36: Merge "Frameworks/base: Fix visibility flag in Editor"
* commit '2a247b361089c0744202b604e22f9a79d239b92c': Frameworks/base: Fix visibility flag in Editor
This commit is contained in:
@@ -3110,7 +3110,7 @@ public class Editor {
|
||||
if (isTopLeftVisible || isBottomRightVisible) {
|
||||
characterBoundsFlags |= CursorAnchorInfo.FLAG_HAS_VISIBLE_REGION;
|
||||
}
|
||||
if (!isTopLeftVisible || !isTopLeftVisible) {
|
||||
if (!isTopLeftVisible || !isBottomRightVisible) {
|
||||
characterBoundsFlags |= CursorAnchorInfo.FLAG_HAS_INVISIBLE_REGION;
|
||||
}
|
||||
if (isRtl) {
|
||||
|
||||
Reference in New Issue
Block a user