Automated import from //branches/master/...@141004,141004

This commit is contained in:
Dianne Hackborn
2009-03-24 19:11:41 -07:00
committed by The Android Open Source Project
parent 36197e77c3
commit 51bf077883
7 changed files with 93 additions and 24 deletions

View File

@@ -33,7 +33,7 @@ public class EditableInputConnection extends BaseInputConnection {
private final TextView mTextView;
public EditableInputConnection(TextView textview) {
super(textview, false);
super(textview, true);
mTextView = textview;
}