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

Commit

Permalink
Always show the full url in the navigation bar (#2731)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored Feb 5, 2020
1 parent 39d9e2f commit 8360bf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public void onChanged(Spannable aUrl) {
navigationBarUrl.setValue("");

} else {
navigationBarUrl.setValue(UrlUtils.titleBarUrl(url));
navigationBarUrl.setValue(url);
}

if (isBookmarksVisible.getValue().get()) {
Expand Down

0 comments on commit 8360bf3

Please sign in to comment.