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

Commit

Permalink
Fixes #1531: Back button active after erase (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
sblatz committed Nov 2, 2018
1 parent 9dfc0c1 commit 8757236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Blockzilla/BrowserViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ class BrowserViewController: UIViewController {
webViewController.reset()
webViewContainer.isHidden = true
browserToolbar.isHidden = true
browserToolbar.canGoBack = false
browserToolbar.canGoForward = false
urlBar.removeFromSuperview()
urlBarContainer.alpha = 0
createHomeView()
Expand Down

0 comments on commit 8757236

Please sign in to comment.