Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit a528bda1 authored by omarmt's avatar omarmt
Browse files

Cleanup NestedScrollSource.Drag usages

Drag and UserInput are exactly the same

```kotlin
/** Dragging via mouse/touch/etc events. */
@Deprecated(
    "This has been replaced by UserInput.",
    replaceWith =
        ReplaceWith(
            "NestedScrollSource.UserInput",
            "import androidx.compose.ui.input.nestedscroll." +
                "NestedScrollSource.Companion.UserInput"
        )
)
val Drag: NestedScrollSource = UserInput
```

Test: No tests
Bug: 371984715
Flag: com.android.systemui.scene_container
Change-Id: Iac0324f863c52273b9e72392a4168e78a7008685
parent bea86c1d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment