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

Commit caf4ead3 authored by Gilles Debunne's avatar Gilles Debunne Committed by Android (Google) Code Review
Browse files

Merge "Blinking cursor in Talk" into ics-mr1

parents aadbd80b 17994a1d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1209,6 +1209,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();
    }

    /**