Merge "Blinking cursor in Talk" into ics-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
caf4ead320
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user