From a2f7819ec62d6e582725579a4ffa56f1326e2a39 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 27 Feb 2026 18:14:07 +0200 Subject: [PATCH] run lint-native --- .../src/main/java/expo/modules/bottomsheet/BottomSheetView.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bottom-sheet/android/src/main/java/expo/modules/bottomsheet/BottomSheetView.kt b/modules/bottom-sheet/android/src/main/java/expo/modules/bottomsheet/BottomSheetView.kt index 300c338f9f..8e3b61c7ef 100644 --- a/modules/bottom-sheet/android/src/main/java/expo/modules/bottomsheet/BottomSheetView.kt +++ b/modules/bottom-sheet/android/src/main/java/expo/modules/bottomsheet/BottomSheetView.kt @@ -142,6 +142,7 @@ class BottomSheetView( when { // Full height sheets contentHeight >= screenHeight -> 0.99f + else -> this.clampRatio(this.getTargetHeight() / screenHeight) }