Skip to content

Commit 897fbdf

Browse files
committed
chore: use Duration
1 parent 851a5bd commit 897fbdf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/src/main/java/com/muedsa/tvbox/lmm/LmmConsts.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
package com.muedsa.tvbox.lmm
22

3+
import kotlin.time.Duration.Companion.milliseconds
4+
35
object LmmConsts {
4-
const val DELAY = 200L
6+
val DELAY = 200.milliseconds
57
const val CARD_WIDTH = 193
68
const val CARD_HEIGHT = 108
79

0 commit comments

Comments
 (0)