Merge "Blinking cursor in Talk" into ics-mr1

This commit is contained in:
Gilles Debunne
2011-12-09 09:34:04 -08:00
committed by Android (Google) Code Review

View File

@@ -1209,6 +1209,9 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
InputMethodManager imm = InputMethodManager.peekInstance(); InputMethodManager imm = InputMethodManager.peekInstance();
if (imm != null) imm.restartInput(this); if (imm != null) imm.restartInput(this);
} }
// start or stop the cursor blinking as appropriate
makeBlink();
} }
/** /**