mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Add a warning if [super layout] is not called (which causes big problems for ASLayout.)
This commit is contained in:
@@ -186,6 +186,7 @@
|
||||
{
|
||||
ASDisplayNodeAssertMainThread();
|
||||
|
||||
[super layout];
|
||||
[self _layoutTextView];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user