chore: run tidy

This commit is contained in:
lodev09 2025-12-29 12:39:02 +08:00
parent a1a82ad45e
commit 7813a68db1
No known key found for this signature in database
GPG Key ID: F098AE8F7143F3E0

View File

@ -62,7 +62,8 @@ using namespace facebook::react;
[self.trailingAnchor constraintEqualToAnchor:parentView.trailingAnchor].active = YES;
// Store bottom constraint for keyboard adjustment, preserving current keyboard offset
_bottomConstraint = [self.bottomAnchor constraintEqualToAnchor:parentView.bottomAnchor constant:-_currentKeyboardOffset];
_bottomConstraint = [self.bottomAnchor constraintEqualToAnchor:parentView.bottomAnchor
constant:-_currentKeyboardOffset];
_bottomConstraint.active = YES;
// Apply height constraint