Set adress box cursor at the end when using bis function
This commit is contained in:
parent
969f396e62
commit
2ec5e4f81a
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ public class CallButton extends ImageView implements OnClickListener, AddressAwa
|
|||
} else {
|
||||
mAddress.setText(log.getTo().asStringUriOnly());
|
||||
}
|
||||
mAddress.setSelection(mAddress.getText().toString().length());
|
||||
mAddress.setDisplayedName(log.getTo().getDisplayName());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue