Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 870c4ba7 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am 1eca7d66: am 2a247b36: Merge "Frameworks/base: Fix visibility flag in Editor"

* commit '1eca7d66':
  Frameworks/base: Fix visibility flag in Editor
parents 3c4ca688 1eca7d66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3273,7 +3273,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) {