File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
wear/src/main/java/com/example/util/simpletimetracker/presentation/ui/layout Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
package com.example.util.simpletimetracker.presentation.ui.layout
7
7
8
- import androidx.compose.animation.core.exponentialDecay
9
8
import androidx.compose.foundation.background
10
9
import androidx.compose.foundation.layout.Arrangement
11
10
import androidx.compose.foundation.layout.fillMaxSize
@@ -16,7 +15,6 @@ import androidx.compose.ui.unit.dp
16
15
import androidx.wear.compose.material.AutoCenteringParams
17
16
import androidx.wear.compose.material.MaterialTheme
18
17
import androidx.wear.compose.material.ScalingLazyColumn
19
- import androidx.wear.compose.material.ScalingLazyColumnDefaults
20
18
import androidx.wear.compose.material.ScalingLazyListScope
21
19
import androidx.wear.compose.material.ScalingLazyListState
22
20
import androidx.wear.compose.material.rememberScalingLazyListState
@@ -40,10 +38,6 @@ fun ScrollingColumn(
40
38
.fillMaxSize()
41
39
.background(MaterialTheme .colors.background)
42
40
.selectableGroup(),
43
- flingBehavior = ScalingLazyColumnDefaults .snapFlingBehavior(
44
- state = scrollState,
45
- decay = exponentialDecay(frictionMultiplier = 0.75f ),
46
- ),
47
41
autoCentering = AutoCenteringParams (
48
42
itemIndex = startItemIndex,
49
43
),
You can’t perform that action at this time.
0 commit comments