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

Commit 26779e7e authored by Eric Fischer's avatar Eric Fischer Committed by Android (Google) Code Review
Browse files

Merge "Don't break lines in the middle of a smiley or other graphic replacement."

parents 94d4b034 de61f783
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -233,7 +233,6 @@ extends Layout
                }
            }

            if (!easy) {
            // Ensure that none of the underlying characters are treated
            // as viable breakpoints, and that the entire run gets the
            // same bidi direction.
@@ -252,6 +251,7 @@ extends Layout
                }
            }

            if (!easy) {
                // XXX put override flags, etc. into chdirs
                dir = bidi(dir, chs, chdirs, n, false);