Merge "Fix wrong position of cursor in OwnerInfoSettings" am: 2bcbc35b29
am: e373209b97
am: 614f7aafdc
Change-Id: Iafee32f071387ac36faa42cc9e3812109f769a8b
This commit is contained in:
@@ -67,6 +67,7 @@ public class OwnerInfoSettings extends InstrumentedDialogFragment implements OnC
|
|||||||
mOwnerInfo = (EditText) mView.findViewById(R.id.owner_info_edit_text);
|
mOwnerInfo = (EditText) mView.findViewById(R.id.owner_info_edit_text);
|
||||||
if (!TextUtils.isEmpty(info)) {
|
if (!TextUtils.isEmpty(info)) {
|
||||||
mOwnerInfo.setText(info);
|
mOwnerInfo.setText(info);
|
||||||
|
mOwnerInfo.setSelection(info.length());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user