Skip to content

Commit

Permalink
Bug 1317748 - Make sure to hide the keyboard when scrolling AS panel. (
Browse files Browse the repository at this point in the history
…#2246) r=bkmunar
  • Loading branch information
farhanpatel committed Nov 23, 2016
1 parent 2f7f790 commit a5ef1ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/Frontend/Home/ActivityStreamPanel.swift
Expand Up @@ -67,6 +67,7 @@ class ActivityStreamPanel: UITableViewController, HomePanel {
tableView.registerClass(AlternateSimpleHighlightCell.self, forCellReuseIdentifier: "HistoryCell")
tableView.registerClass(ASHorizontalScrollCell.self, forCellReuseIdentifier: "TopSiteCell")
tableView.backgroundColor = ASPanelUX.backgroundColor
tableView.keyboardDismissMode = .OnDrag
tableView.separatorStyle = .None
tableView.delegate = self
tableView.dataSource = self
Expand Down

0 comments on commit a5ef1ae

Please sign in to comment.