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

Commit f107abec authored by Gilles Debunne's avatar Gilles Debunne Committed by Android Git Automerger
Browse files

am caf4ead3: Merge "Blinking cursor in Talk" into ics-mr1

* commit 'caf4ead3':
  Blinking cursor in Talk
parents 175d5d76 caf4ead3
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();
    }

    /**