Automated import from //branches/master/...@141004,141004
This commit is contained in:
committed by
The Android Open Source Project
parent
36197e77c3
commit
51bf077883
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user