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

Commit

Permalink
Fixes domains not completed correctly (#828)
Browse files Browse the repository at this point in the history
Minor fix, merging.
  • Loading branch information
keianhzo authored Nov 23, 2018
1 parent 9426226 commit 7af80bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ else if (aURL.startsWith("data:") && SessionStore.get().isCurrentSessionPrivate(
}

public String getText() {
return mURL.getNonAutocompleteText();
return mURL.getText().toString();
}

public String getOriginalText() {
Expand Down

0 comments on commit 7af80bd

Please sign in to comment.