File tree Expand file tree Collapse file tree
android/src/main/java/com/lodev09/truesheet Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package com.lodev09.truesheet
33import android.annotation.SuppressLint
44import android.view.View
55import android.view.ViewGroup
6-
76import android.widget.ScrollView
87import com.facebook.react.bridge.ReadableMap
98import com.facebook.react.uimanager.PixelUtil.dpToPx
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments