mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Add old transition API back but allow call from background thread (#2135)
This commit is contained in:
committed by
Adlai Holler
parent
7ef6c0ff2c
commit
f8e135a1be
@@ -89,7 +89,7 @@
|
||||
{
|
||||
self.enabled = !self.enabled;
|
||||
|
||||
[self transitionLayoutAnimated:YES measurementCompletion:nil];
|
||||
[self transitionLayoutWithAnimation:YES shouldMeasureAsync:NO measurementCompletion:nil];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user