Skip to content

Commit 4d20ac2

Browse files
committed
chore: lint
1 parent 5bd380a commit 4d20ac2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/src/main/java/to/bitkit/ui/components/ToastView.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ fun ToastView(
103103
)
104104
.pointerInput(Unit) {
105105
detectDragGestures(
106-
onDragStart = {
107-
// Drag started
108-
},
109106
onDragEnd = {
110107
// Resume auto-hide when drag ends (if we paused it)
111108
if (hasPausedAutoHide) {

0 commit comments

Comments
 (0)