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

Commit 73563ca8 authored by Mark Wagner's avatar Mark Wagner Committed by Android (Google) Code Review
Browse files

Merge "bugfix 5513340 Insertion pointer (vertical beam) behaves oddly in...

Merge "bugfix 5513340 Insertion pointer (vertical beam) behaves oddly in Talk's message composition field"
parents b50e2afd f818511d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1208,6 +1208,9 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
            InputMethodManager imm = InputMethodManager.peekInstance();
            if (imm != null) imm.restartInput(this);
        }

        // start or stop the cursor blinking as appropriate
        makeBlink();
    }

    /**