Skip to content

Commit

Permalink
Merge pull request #885 from atulagrwl/bugfix/1191929
Browse files Browse the repository at this point in the history
Bug 1191929 - Crash attempting to remove suggested sites
  • Loading branch information
thebnich committed Aug 10, 2015
2 parents 72b1a19 + ae98dfd commit 12ae8d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/Frontend/Home/TopSitesPanel.swift
Expand Up @@ -432,6 +432,7 @@ private class TopSitesDataSource: NSObject, UICollectionViewDataSource {
cell.imageView.contentMode = UIViewContentMode.ScaleAspectFit
cell.isAccessibilityElement = true
cell.accessibilityLabel = cell.textLabel.text
cell.removeButton.hidden = true

return cell
}
Expand Down

0 comments on commit 12ae8d3

Please sign in to comment.