mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix warnings (#3194)
This commit is contained in:
committed by
GitHub
parent
39a2d7eebb
commit
0e73f4ad5e
@@ -223,11 +223,11 @@ const CGFloat kSoldOutGBHeight = 50.0;
|
||||
|
||||
- (void)displayWillStart {
|
||||
[super displayWillStart];
|
||||
[self fetchData];
|
||||
[self didEnterPreloadState];
|
||||
}
|
||||
|
||||
- (void)fetchData {
|
||||
[super fetchData];
|
||||
- (void)didEnterPreloadState {
|
||||
[super didEnterPreloadState];
|
||||
if (self.viewModel) {
|
||||
[self loadImage];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user