mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-20 05:09:23 +00:00
Fix typo
This commit is contained in:
parent
64a316679c
commit
c178df0dbc
@ -64,7 +64,7 @@
|
|||||||
// Node already loaded the view
|
// Node already loaded the view
|
||||||
[self view];
|
[self view];
|
||||||
} else {
|
} 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
|
// before the view controller
|
||||||
__weak __typeof__(self) weakSelf = self;
|
__weak __typeof__(self) weakSelf = self;
|
||||||
[_node onDidLoad:^(__kindof ASDisplayNode * _Nonnull node) {
|
[_node onDidLoad:^(__kindof ASDisplayNode * _Nonnull node) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user