NTP-63531 | Regression-490 Fix (#16130)
This commit is contained in:
committed by
GitHub
parent
3a3a4369a8
commit
0b00e4a58d
@@ -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)) }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user