Merge "TextViews keep focus after Done" into ics-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
0433c15714
@@ -3816,7 +3816,6 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
|
|||||||
if (imm != null && imm.isActive(this)) {
|
if (imm != null && imm.isActive(this)) {
|
||||||
imm.hideSoftInputFromWindow(getWindowToken(), 0);
|
imm.hideSoftInputFromWindow(getWindowToken(), 0);
|
||||||
}
|
}
|
||||||
clearFocus();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user