Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Closes #2786: Fix tooltip text saying turbo mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dnarcese committed Sep 4, 2019
1 parent f5d492d commit b62b679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class ToolbarUiController(
}

layout.turboButton.contentDescription = turboText
tooltipView.tooltip.text = turboText
if (layout.turboButton.hasFocus()) tooltipView.tooltip.text = turboText

if (!hasUserChangedURLSinceEditTextFocused) {
// The url can get updated in the background, e.g. if a loading page is redirected. We
Expand Down

0 comments on commit b62b679

Please sign in to comment.