Skip to content

Commit

Permalink
iOS : fix kit manager bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiangboy committed Apr 28, 2020
1 parent 2b1ea0f commit f5bf98d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ - (void)viewDidLoad {
}
#endif
NSMutableArray *dataArray = [[DoraemonCacheManager sharedInstance] kitShowManagerData];
if (!dataArray) {
if (ARRAY_IS_NULL(dataArray)) {
dataArray = [DoraemonManager shareInstance].dataArray;
}
_dataArray = dataArray;
Expand Down

0 comments on commit f5bf98d

Please sign in to comment.