iOS:remove unused reloadData
This commit is contained in:
parent
d088e30f38
commit
1f1ef17ca7
@ -155,7 +155,6 @@ - (CGSize)sizeThatFits:(CGSize)size {
|
|||||||
|
|
||||||
- (void)layoutSelf:(CGSize)targetSize {
|
- (void)layoutSelf:(CGSize)targetSize {
|
||||||
[super layoutSelf:targetSize];
|
[super layoutSelf:targetSize];
|
||||||
[self reloadData];
|
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
#import "DoricListNode.h"
|
#import "DoricListNode.h"
|
||||||
#import "DoricExtensions.h"
|
#import "DoricExtensions.h"
|
||||||
#import "DoricListItemNode.h"
|
#import "DoricListItemNode.h"
|
||||||
#import "DoricLayouts.h"
|
|
||||||
#import "DoricRefreshableNode.h"
|
#import "DoricRefreshableNode.h"
|
||||||
#import "DoricJSDispatcher.h"
|
#import "DoricJSDispatcher.h"
|
||||||
|
|
||||||
@ -53,7 +52,6 @@ - (CGSize)sizeThatFits:(CGSize)size {
|
|||||||
|
|
||||||
- (void)layoutSelf:(CGSize)targetSize {
|
- (void)layoutSelf:(CGSize)targetSize {
|
||||||
[super layoutSelf:targetSize];
|
[super layoutSelf:targetSize];
|
||||||
[self reloadData];
|
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user