Skip to content

Commit dc4c7eb

Browse files
committed
chore: run tidy
1 parent 47e6614 commit dc4c7eb

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

android/src/main/java/com/lodev09/truesheet/TrueSheetContentView.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package com.lodev09.truesheet
33
import android.annotation.SuppressLint
44
import android.view.View
55
import android.view.ViewGroup
6-
76
import android.widget.ScrollView
87
import com.facebook.react.bridge.ReadableMap
98
import com.facebook.react.uimanager.PixelUtil.dpToPx

ios/core/TrueSheetKeyboardObserver.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
1616

1717
@protocol TrueSheetKeyboardObserverDelegate <NSObject>
1818

19-
- (void)keyboardWillShow:(CGFloat)height
20-
duration:(NSTimeInterval)duration
21-
curve:(UIViewAnimationOptions)curve;
19+
- (void)keyboardWillShow:(CGFloat)height duration:(NSTimeInterval)duration curve:(UIViewAnimationOptions)curve;
2220
- (void)keyboardWillHide:(NSTimeInterval)duration curve:(UIViewAnimationOptions)curve;
2321

2422
@end

0 commit comments

Comments
 (0)