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

Commit 2a4fbae

Browse files
keianhzoMortimerGoro
authored andcommitted
Fix url bar focus issues (#2233)
* Force URL bar to gain focus after a URL is loaded * Clear bookmarks button focus after binding is set
1 parent 73a3d43 commit 2a4fbae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/common/shared/org/mozilla/vrbrowser/ui/views/NavigationURLBar.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ public void setMicrophoneEnabled(boolean enabled) {
408408

409409
private void setIsBookmarked(boolean aValue) {
410410
mBinding.setIsBookmarked(aValue);
411+
mBinding.bookmarkButton.clearFocus();
411412
}
412413

413414
public void setPrivateMode(boolean isEnabled) {

0 commit comments

Comments
 (0)