We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2021935 commit b09609aCopy full SHA for b09609a
1 file changed
android/src/main/java/com/reactnativekeyboardcontroller/views/EdgeToEdgeReactViewGroup.kt
@@ -112,7 +112,7 @@ class EdgeToEdgeReactViewGroup(
112
)
113
114
val shouldApplyBottomPadding =
115
- active && reactContext.windowSoftInputMode == SOFT_INPUT_ADJUST_RESIZE && !isPreservingEdgeToEdge
+ !active && reactContext.windowSoftInputMode == SOFT_INPUT_ADJUST_RESIZE && !isPreservingEdgeToEdge
116
val navBarInsets = insets.getInsets(WindowInsetsCompat.Type.navigationBars())
117
val systemBarInsets = insets.getInsets(WindowInsetsCompat.Type.systemBars())
118
val keyboardInsets =
0 commit comments