Skip to content

Commit

Permalink
Fix a wired animation in MarketViewController.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowheat committed Sep 11, 2018
1 parent d5437f1 commit c363c75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion loopr-ios/Market/MarketViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ class MarketViewController: UIViewController, UITableViewDelegate, UITableViewDa
filterContentForSearchText(self.searchText)
} else {
isSearching = false
marketTableView.reloadSections(IndexSet(integersIn: 0...0), with: .fade)
marketTableView.reloadData()
// marketTableView.reloadSections(IndexSet(integersIn: 0...0), with: .fade)
}
}

Expand Down

0 comments on commit c363c75

Please sign in to comment.