Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33304304
D14288.1768786540.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
795 B
Referenced Files
None
Subscribers
None
D14288.1768786540.diff
View Options
diff --git a/native/components/keyboard-avoiding-view.react.js b/native/components/keyboard-avoiding-view.react.js
--- a/native/components/keyboard-avoiding-view.react.js
+++ b/native/components/keyboard-avoiding-view.react.js
@@ -60,12 +60,11 @@
this.subscriptions.push(
Keyboard.addListener('keyboardWillChangeFrame', this.onKeyboardChange),
);
- } else {
- this.subscriptions.push(
- Keyboard.addListener('keyboardDidHide', this.onKeyboardChange),
- Keyboard.addListener('keyboardDidShow', this.onKeyboardChange),
- );
}
+ this.subscriptions.push(
+ Keyboard.addListener('keyboardDidHide', this.onKeyboardChange),
+ Keyboard.addListener('keyboardDidShow', this.onKeyboardChange),
+ );
}
componentWillUnmount() {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 1:35 AM (18 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5949773
Default Alt Text
D14288.1768786540.diff (795 B)
Attached To
Mode
D14288: [native] Listen for a hide keyboard event on iOS
Attached
Detach File
Event Timeline
Log In to Comment