mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-21 13:48:11 +00:00
Set adress box cursor at the end when using bis function
This commit is contained in:
parent
610cf3a85e
commit
66d011cf37
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…
Add table
Reference in a new issue