temp fix for layout till i investigate

This commit is contained in:
Hailey
2024-10-06 13:04:03 -07:00
parent 85122b8618
commit 1e5660660f
2 changed files with 3 additions and 1 deletions
@@ -246,6 +246,8 @@ class BottomSheetView(
// Util
private fun getContentHeight(): Float {
return this.height.toFloat()
val innerView = this.innerView ?: return 0f
var index = 0
innerView.allViews.forEach {