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 4fe8810 commit cd6fa67Copy full SHA for cd6fa67
android/src/main/java/com/swmansion/rnscreens/Screen.kt
@@ -257,7 +257,9 @@ class Screen(
257
*/
258
behavior.updateMetrics(height)
259
layout(this.left, this.bottom - height, this.right, this.bottom)
260
- onSheetYTranslationChanged()
+ if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) {
261
+ updateScreenSizeFabric(width, height, top + translationY.toInt())
262
+ }
263
}
264
265
private fun updateSheetDetentWithoutHeightChangeAnimation(
0 commit comments