run lint-native

This commit is contained in:
Samuel Newman
2026-02-27 18:14:07 +02:00
parent 9836939728
commit a2f7819ec6
@@ -142,6 +142,7 @@ class BottomSheetView(
when {
// Full height sheets
contentHeight >= screenHeight -> 0.99f
else -> this.clampRatio(this.getTargetHeight() / screenHeight)
}