mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix Multiplex sample does not load image: screenNode must be started before its -fetchData method is called.
This commit is contained in:
@@ -37,8 +37,9 @@
|
||||
|
||||
- (void)viewWillAppear:(BOOL)animated
|
||||
{
|
||||
[super viewWillAppear:animated];
|
||||
// This should be done before calling super's viewWillAppear which triggers data fetching on the node.
|
||||
[_screenNode start];
|
||||
[super viewWillAppear:animated];
|
||||
}
|
||||
|
||||
- (void)reload:(id)sender {
|
||||
|
||||
Reference in New Issue
Block a user