Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix the text/link is wrongly pasted at the end of the URL from the Aw…
Browse files Browse the repository at this point in the history
…esomebar (#2192)
  • Loading branch information
MortimerGoro authored and bluemarvin committed Nov 7, 2019
1 parent 71a671a commit aa1a7d9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,8 @@ private void initialize(Context aContext) {
mBinding.setIsUrlEmpty(isUrlEmpty);
if (!focused) {
hideSelectionMenu();

} else {
mBinding.urlEditText.setSelection(mBinding.urlEditText.length(), 0);
mBinding.urlEditText.selectAll();
}
});

Expand Down

0 comments on commit aa1a7d9

Please sign in to comment.