We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41fa8b9 commit 550b341Copy full SHA for 550b341
Coding_iOS/Controllers/LocalFoldersViewController.m
@@ -60,6 +60,7 @@ - (void)refresh{
60
BOOL hasData = [self findLocalFile];
61
[self.view configBlankPage:EaseBlankPageTypeView hasData:hasData hasError:NO reloadButtonBlock:nil];
62
if (!hasData) {
63
+ [self.myRefreshControl endRefreshing];
64
return;
65
}
66
if (_isLoading) {
0 commit comments