Skip to content

Commit caf4ead

Browse files
Gilles DebunneAndroid (Google) Code Review
authored andcommitted
Merge "Blinking cursor in Talk" into ics-mr1
2 parents aadbd80 + 17994a1 commit caf4ead

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/java/android/widget/TextView.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,6 +1209,9 @@ public void setEnabled(boolean enabled) {
12091209
InputMethodManager imm = InputMethodManager.peekInstance();
12101210
if (imm != null) imm.restartInput(this);
12111211
}
1212+
1213+
// start or stop the cursor blinking as appropriate
1214+
makeBlink();
12121215
}
12131216

12141217
/**

0 commit comments

Comments
 (0)