Improve the about repository page refresh

This commit is contained in:
Yishi Lin 2017-03-11 02:21:01 +08:00
parent db4413d6ba
commit d1476c1d40

View file

@ -39,6 +39,7 @@ class AboutRepositoryTableViewController: BasicStaticTableViewController {
if needRefresh {
indicatorLabel.text = "reloading"
setTableData()
needRefresh = false
}
}