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

Commit 8360bf3

Browse files
authored
Always show the full url in the navigation bar (#2731)
1 parent 39d9e2f commit 8360bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/common/shared/org/mozilla/vrbrowser/ui/viewmodel/WindowViewModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public void onChanged(Spannable aUrl) {
276276
navigationBarUrl.setValue("");
277277

278278
} else {
279-
navigationBarUrl.setValue(UrlUtils.titleBarUrl(url));
279+
navigationBarUrl.setValue(url);
280280
}
281281

282282
if (isBookmarksVisible.getValue().get()) {

0 commit comments

Comments
 (0)