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

Commit

Permalink
Fixes #1529: Force AMP sites to show toolbar (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
sblatz committed Nov 2, 2018
1 parent d9c0214 commit 9dfc0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blockzilla/BrowserViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,6 @@ extension BrowserViewController: WebControllerDelegate {
urlBar.isLoading = true
browserToolbar.color = .loading
toggleURLBarBackground(isBright: false)
showToolbars()
updateURLBar()
}

Expand All @@ -1161,6 +1160,7 @@ extension BrowserViewController: WebControllerDelegate {
}

func webControllerURLDidChange(_ controller: WebController, url: URL) {
showToolbars()
updateURLBar()
urlBar.url = url
}
Expand Down

0 comments on commit 9dfc0c1

Please sign in to comment.