Protobuf
This commit is contained in:
@@ -185,6 +185,7 @@ class MainActivity : ComponentActivity(), DIAware {
|
||||
}
|
||||
) {
|
||||
Box(Modifier.fillMaxSize()) {
|
||||
|
||||
LazyColumn(
|
||||
Modifier
|
||||
.fillMaxSize()
|
||||
@@ -203,6 +204,16 @@ class MainActivity : ComponentActivity(), DIAware {
|
||||
|
||||
return Offset.Zero
|
||||
}
|
||||
|
||||
override fun onPostScroll(
|
||||
consumed: Offset,
|
||||
available: Offset,
|
||||
source: NestedScrollSource
|
||||
): Offset {
|
||||
|
||||
|
||||
return super.onPostScroll(consumed, available, source)
|
||||
}
|
||||
}),
|
||||
contentPadding = PaddingValues(0.dp, 56.dp, 0.dp, 0.dp)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user