Skip to content

Commit 550b341

Browse files
wanghenghengEase
authored and
Ease
committed
本地文件刷新 - Bug
1 parent 41fa8b9 commit 550b341

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Coding_iOS/Controllers/LocalFoldersViewController.m

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ - (void)refresh{
6060
BOOL hasData = [self findLocalFile];
6161
[self.view configBlankPage:EaseBlankPageTypeView hasData:hasData hasError:NO reloadButtonBlock:nil];
6262
if (!hasData) {
63+
[self.myRefreshControl endRefreshing];
6364
return;
6465
}
6566
if (_isLoading) {

0 commit comments

Comments
 (0)