mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-19 12:49:02 +00:00
Fix typo
This commit is contained in:
parent
64a316679c
commit
c178df0dbc
@ -64,7 +64,7 @@
|
||||
// Node already loaded the view
|
||||
[self view];
|
||||
} else {
|
||||
// If the node didn't load yet add ourselves as on did load observer to laod the view in case the node get's loaded
|
||||
// If the node didn't load yet add ourselves as on did load observer to laod the view in case the node gets loaded
|
||||
// before the view controller
|
||||
__weak __typeof__(self) weakSelf = self;
|
||||
[_node onDidLoad:^(__kindof ASDisplayNode * _Nonnull node) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user