NTP-63531 | Regression-490 Fix (#16130)

This commit is contained in:
Kshitij Pramod Ghongadi
2025-05-12 13:59:15 +05:30
committed by GitHub
parent 3a3a4369a8
commit 0b00e4a58d

View File

@@ -19,6 +19,7 @@ import androidx.compose.foundation.LocalOverscrollConfiguration
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
@@ -234,6 +235,7 @@ class HealthCardsFragment : GiBaseFragment(), WidgetCallback {
}
}
}
item { Spacer(modifier = Modifier.fillMaxWidth().padding(bottom = 40.dp)) }
}
}
}