Add labs flag and strings

This commit is contained in:
David Langley
2022-10-08 11:57:13 +01:00
parent 921df774a5
commit 7624d82310
9 changed files with 92 additions and 14 deletions
+1 -1
View File
@@ -3361,7 +3361,7 @@
{
NSLog(@"%@", [NSThread currentThread]);
// This dispatch fixes a simultaneous accesses crash if this gets called twice quickly in succession
dispatch_async(dispatch_get_main_queue(), ^{
// Update layout with animation
[UIView animateWithDuration:self.resizeComposerAnimationDuration delay:0 options:UIViewAnimationOptionBeginFromCurrentState | UIViewAnimationOptionCurveEaseIn