chore: run tidy
This commit is contained in:
parent
a1a82ad45e
commit
7813a68db1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user