Page MenuHomePhorge

D14288.1768786540.diff
No OneTemporary

Size
795 B
Referenced Files
None
Subscribers
None

D14288.1768786540.diff

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

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)

Event Timeline