1
1
diff --git a/node_modules/react-native-keyboard-controller/android/src/main/java/com/reactnativekeyboardcontroller/views/EdgeToEdgeReactViewGroup.kt b/node_modules/react-native-keyboard-controller/android/src/main/java/com/reactnativekeyboardcontroller/views/EdgeToEdgeReactViewGroup.kt
2
- index 6e566fc..07ccb3c 100644
2
+ index 83884d8..5d9e989 100644
3
3
--- a/node_modules/react-native-keyboard-controller/android/src/main/java/com/reactnativekeyboardcontroller/views/EdgeToEdgeReactViewGroup.kt
4
4
+++ b/node_modules/react-native-keyboard-controller/android/src/main/java/com/reactnativekeyboardcontroller/views/EdgeToEdgeReactViewGroup.kt
5
- @@ -117 ,12 +117 ,12 @@ class EdgeToEdgeReactViewGroup(private val reactContext: ThemedReactContext) : R
5
+ @@ -99 ,12 +99 ,12 @@ class EdgeToEdgeReactViewGroup(private val reactContext: ThemedReactContext) : R
6
6
}
7
7
8
8
private fun goToEdgeToEdge(edgeToEdge: Boolean) {
@@ -12,42 +12,28 @@ index 6e566fc..07ccb3c 100644
12
12
- !edgeToEdge,
13
13
- )
14
14
- }
15
- + // reactContext.currentActivity?.let {
16
- + // WindowCompat.setDecorFitsSystemWindows(
17
- + // it.window,
18
- + // !edgeToEdge,
19
- + // )
20
- + // }
15
+ + // reactContext.currentActivity?.let {
16
+ + // WindowCompat.setDecorFitsSystemWindows(
17
+ + // it.window,
18
+ + // !edgeToEdge,
19
+ + // )
20
+ + // }
21
21
}
22
22
23
23
private fun setupKeyboardCallbacks() {
24
- @@ -169,16 +169,16 @@ class EdgeToEdgeReactViewGroup(private val reactContext: ThemedReactContext) : R
24
+ @@ -158,13 +158,13 @@ class EdgeToEdgeReactViewGroup(private val reactContext: ThemedReactContext) : R
25
25
// region State managers
26
26
private fun enable() {
27
27
this.goToEdgeToEdge(true)
28
28
- this.setupWindowInsets()
29
29
+ // this.setupWindowInsets()
30
30
this.setupKeyboardCallbacks()
31
- - modalAttachedWatcher.enable()
32
- + // modalAttachedWatcher.enable()
33
31
}
34
32
35
33
private fun disable() {
36
34
this.goToEdgeToEdge(false)
37
35
- this.setupWindowInsets()
38
36
+ // this.setupWindowInsets()
39
37
this.removeKeyboardCallbacks()
40
- - modalAttachedWatcher.disable()
41
- + // modalAttachedWatcher.disable()
42
- }
43
- // endregion
44
-
45
- @@ -206,7 +206,7 @@ class EdgeToEdgeReactViewGroup(private val reactContext: ThemedReactContext) : R
46
- fun forceStatusBarTranslucent(isStatusBarTranslucent: Boolean) {
47
- if (active && this.isStatusBarTranslucent != isStatusBarTranslucent) {
48
- this.isStatusBarTranslucent = isStatusBarTranslucent
49
- - this.setupWindowInsets()
50
- + // this.setupWindowInsets()
51
- this.requestApplyInsetsWhenAttached()
52
- }
53
38
}
39
+ // endregion
0 commit comments